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