PayloadLogFormatter
public struct PayloadLogFormatter: LogFormatter
A LogFormatter
that returns a string representation of a LogEntry
’s
payload
property.
This is typically combined with other LogFormatter
s within a
ConcatenatingLogFormatter
.
-
Class initializer.
Declaration
Swift
public init()