Log

public struct Log

Namespace for log settings

  • fun

    Logging function. Can be nil. Default is print("\(logLevel): \(message)")

    Declaration

    Swift

    public static var fun: DILogFunc?
  • Minimum level of logging. Default is info

    Declaration

    Swift

    public static var level: DILogLevel
  • tab

    Tabulation for logging. It is necessary to better understand the information log. Default is

    Declaration

    Swift

    public static var tab: String