Skip to content

Commit 9f15001

Browse files
committed
Publicise ClassBasedLogFilter init
1 parent 95ef888 commit 9f15001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Cosmic/Base/LogFilter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class ClassBasedLogFilter: LogFilter {
4242

4343
private var excluded: [String: LogLevel]
4444

45-
init(included: [String: LogLevel] = [:], excluded: [String: LogLevel] = [:]) {
45+
public init(included: [String: LogLevel] = [:], excluded: [String: LogLevel] = [:]) {
4646
self.included = included
4747
self.excluded = excluded
4848
}

0 commit comments

Comments
 (0)