[][src]Function cat_rs::logEvent

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

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", "");