Log
public struct Log
Namespace for log settings
-
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
-
Tabulation for logging. It is necessary to better understand the information log. Default is
Declaration
Swift
public static var tab: String