CallingThreadLogFormatter
public struct CallingThreadLogFormatter: LogFormatter
A LogFormatter that returns a hexadecimal string representation of a
LogEntry’s callingThreadID.
This is typically combined with other LogFormatters within a
ConcatenatingLogFormatter.
-
Class initializer.
Declaration
Swift
public init()
View on GitHub
CallingThreadLogFormatter Struct Reference