apple / swift-log

A Logging API for Swift
https://apple.github.io/swift-log/
Apache License 2.0
3.48k stars 284 forks source link

Add CocoaLumberjack to list of logging backends #276

Closed ffried closed 1 year ago

ffried commented 1 year ago

Add's CocoaLumberjack to the list of logging backends.

Motivation:

We've had a logging backend implementation for some time, but never added it here (simply forgot to do it). https://github.com/CocoaLumberjack/CocoaLumberjack/issues/1356 now reminded us about it.

Modifications:

Result:

Fixes https://github.com/CocoaLumberjack/CocoaLumberjack/issues/1356