StackFrameLogFormatter
public struct StackFrameLogFormatter: LogFormatter
A LogFormatter that returns the callingStackFrame property of a LogEntry.
This is typically combined with other LogFormatters within a
ConcatenatingLogFormatter.
-
The initializer.
Declaration
Swift
public init()
View on GitHub
StackFrameLogFormatter Struct Reference