We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df6efb commit ab1872cCopy full SHA for ab1872c
Sources/JSONLogger.swift
@@ -44,10 +44,10 @@ public struct JSONLogger : LogHandler {
44
}
45
public var metadataProvider: Logger.MetadataProvider?
46
47
- public var outputFileDescriptor: FileDescriptor
48
- public var lineSeparator: Data
49
- public var prefix: Data
50
- public var suffix: Data
+ public let outputFileDescriptor: FileDescriptor
+ public let lineSeparator: Data
+ public let prefix: Data
+ public let suffix: Data
51
52
/**
53
If `true`, the `Encodable` properties in the metadata will be encoded and kept structured in the resulting log line.
0 commit comments