MixpanelLogLevel
public enum MixpanelLogLevel : String
This defines the various levels of logging that a message may be tagged with. This allows hiding and showing different logging levels at run time depending on the environment
-
MixpanelLogging displays all logs and additional debug information that may be useful to a developer
Declaration
Swift
case debug
-
MixpanelLogging displays all logs (except debug)
Declaration
Swift
case info
-
MixpanelLogging displays only warnings and above
Declaration
Swift
case warning
-
MixpanelLogging displays only errors and above
Declaration
Swift
case error