Instance Method
hasContent(record:)
Indicates whether the fragment will write anything to
output when write is called. This is used to determine whether writing a separator should be skipped.func hasContent(record: inout LogRecord) -> Bool
Default Implementations
LoggerFragment Implementations
func hasContent(record: inout LogRecord) -> BoolIndicates whether the fragment will write anything tooutputwhenwriteis called. This is used to determine whether writing a separator should be skipped.