LoggerConvertible
public protocol LoggerConvertible
Undocumented
-
xcode(filterLevels:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static func xcode(filterLevels levels: [OSLogType]) -
xcode(filterCategories:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static func xcode(filterCategories categories: [LoggerCategory]) -
debug(network:args:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static func debug(network message: StaticString, args: (() -> CVarArg?)?) -
debug(chain:args:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static func debug(chain message: StaticString, args: (() -> CVarArg?)?) -
debug(crypto:args:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static func debug(crypto message: StaticString, args: (() -> CVarArg?)?) -
error(network:args:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static func error(network message: StaticString, args: (() -> CVarArg?)?) -
error(chain:args:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static func error(chain message: StaticString, args: (() -> CVarArg?)?) -
error(crypto:args:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static func error(crypto message: StaticString, args: (() -> CVarArg?)?) -
info(_:message:args:category:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static func info(_ log: OSLog, message: StaticString, args: (() -> CVarArg?)?, category: LoggerCategory?) -
debug(_:message:args:category:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static func debug(_ log: OSLog, message: StaticString, args: (() -> CVarArg?)?, category: LoggerCategory?) -
error(_:message:args:category:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static func error(_ log: OSLog, message: StaticString, args: (() -> CVarArg?)?, category: LoggerCategory?) -
fault(_:message:args:category:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static func fault(_ log: OSLog, message: StaticString, args: (() -> CVarArg?)?, category: LoggerCategory?)
View on GitHub
Install in Dash
LoggerConvertible Protocol Reference