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