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.
2 parents 4cb8a56 + 94d7a22 commit 4151b78Copy full SHA for 4151b78
Sources/SKLogging/NonDarwinLogging.swift
@@ -287,7 +287,7 @@ private let dateFormatter = {
287
/// Actor that protects `logHandler`
288
@globalActor
289
actor LogHandlerActor {
290
- static var shared: LogHandlerActor = LogHandlerActor()
+ static let shared: LogHandlerActor = LogHandlerActor()
291
}
292
293
/// The handler that is called to log a message from `NonDarwinLogger` unless `overrideLogHandler` is set on the logger.
0 commit comments