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 95ef888 commit 9f15001Copy full SHA for 9f15001
Sources/Cosmic/Base/LogFilter.swift
@@ -42,7 +42,7 @@ public class ClassBasedLogFilter: LogFilter {
42
43
private var excluded: [String: LogLevel]
44
45
- init(included: [String: LogLevel] = [:], excluded: [String: LogLevel] = [:]) {
+ public init(included: [String: LogLevel] = [:], excluded: [String: LogLevel] = [:]) {
46
self.included = included
47
self.excluded = excluded
48
}
0 commit comments