Enumerations

The following enumerations are available globally.

  • The type of a particular log message. It is passed with the message to be logged to the actual logger implementation. It is also used to enable filtering of the log based on the minimal type to log.

    See more

    Declaration

    Swift

    public enum LoggerMessageType : Int
    extension LoggerMessageType: CustomStringConvertible