Enumerations

The following enumerations are available globally.

  • Different log types

    • info: Some informative message
    • debug: Debugging purpose message
    • verbose: Debugging message with a lot more information
    • “warning”: Warning, but not fatal message
    • error: Fatal message
    See more

    Declaration

    Swift

    public enum LogType : String
    extension LogType: CustomStringConvertible