File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ public struct OSLogLogger : LogHandler {
2424 Example: "`com.xcode-actions.oslog-logger:LogHandler`".
2525
2626 If there is no colon in the given label
27- we set the category to “`<none>`” (it cannot be `nil`, suprisingly, and we decided against the empty String to be able to still filter this category)
28- and we use the whole label for the subsystem.
27+ we set the category to “`<none>`” (it cannot be `nil`, suprisingly, and we decided against the empty String to be able to still filter this category)
28+ and we use the whole label for the subsystem.
2929
3030 It is _not_ possible to have a subsystem containing a colon using this initializer. */
3131 public init ( label: String , metadataProvider: Logging . Logger . MetadataProvider ? = LoggingSystem . metadataProvider) {
You can’t perform that action at this time.
0 commit comments