-
Constructor.
Declaration
Swift
public init(_ logLevel: LogLevel = .warnings, osLog: OSLog = OSLog.default)
Parameters
logLevel
DefaultLoggerLevel. Defaulted to warnings.
osLog
OSLog instance of the app.
-
Declaration
Swift
public func log(_ message: LogMessage)