Function logEvent

Source
pub fn logEvent<S: ToString>(type_: S, name_: S, status: S, data: S)
Expand description

log a cat event

§Arguments

  • type_ - event type
  • name_ - event name
  • status - event status type “0” or other
  • data - event data

§Example

// logEvent("app", "foo", "0", "");