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.
LogHandlerActor.shared
let
1 parent 03da7e9 commit 94d7a22Copy full SHA for 94d7a22
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