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