LogManager
public actor LogManager
LogManager to access the global logger instances
-
Global logger instance. If no logger is set, it defaults to
NoneLogger()
.Declaration
Swift
public static var logger: Logger { get set }
-
Static logger of
NoneLogger
typeDeclaration
Swift
public static var none: Logger { get }
-
Static logger of
StandardLogger
typeDeclaration
Swift
public static var standard: Logger { get }
-
Static logger of
WarningLogger
typeDeclaration
Swift
public static var warning: Logger { get }