Level

public enum Level
extension MimiLogger.Level: CustomStringConvertible

Level of logging.

  • none: No logs.
  • debug: Debug Logs.
  • info: Information logs.

Warning

Warning logs.
  • error: Error logs.
  • all: All logs.
  • Declaration

    Swift

    public var description: String { get }