MixpanelLogMessage
public struct MixpanelLogMessage
This holds all the data for each log message, since the formatting is up to each logging object. It is a simple bag of data
-
The file where this log message was created
Declaration
Swift
public let file: String
-
The function where this log message was created
Declaration
Swift
public let function: String
-
The text of the log message
Declaration
Swift
public let text: String
-
The level of the log message
Declaration
Swift
public let level: MixpanelLogLevel