Skip to content

Commit

Permalink
Change logger for linux and windows to var
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Mar 10, 2024
1 parent 47947c2 commit ff55214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AppDependency/Application/Application.swift
Expand Up @@ -16,7 +16,7 @@ open class Application: NSObject {
public static let logger: Logger = Logger(subsystem: "AppDependency", category: "Application")
#else
/// Logger specifically for AppDependency
public static let logger: ApplicationLogger = ApplicationLogger()
public static var logger: ApplicationLogger = ApplicationLogger()
#endif

static var isLoggingEnabled: Bool = false
Expand Down

0 comments on commit ff55214

Please sign in to comment.