CleanroomLogger icon indicating copy to clipboard operation
CleanroomLogger copied to clipboard

CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant

Results 27 CleanroomLogger issues
Sort by recently updated
recently updated
newest added

I've been trying what according to documentation should work but can not get 'debug' level printout. ``` Log.enable(configuration: [XcodeLogConfiguration(minimumSeverity: .debug)]) Log.info?.message("info") Log.debug?.message("debug") Log.error?.message("error") ``` output: ``` 2017-06-01 17:03:11.703661-0600 xxx[81389:1957145] [CleanroomLogger]...

I'm attempting to use CleanroomLogger in a setup similar to what's described in this post: http://www.mokacoding.com/blog/carthage-no-build/ Steps to reproduce: * Use Carthage with the `--no-build` and `--use-submodules` options to manage...

Probably I'm missing something obvious but I can't get Cleanroom to log any of my messages to the logfile. I set up a RotatingLogFileConfiguration and call enable in my AppDelegate,...

question
awaiting response
needs investigation

see this example - https://github.com/burczyk/UIForLumberjack ![screen shot 2016-07-22 at 12 31 18 pm](https://cloud.githubusercontent.com/assets/20524458/17064001/377673bc-5008-11e6-83b5-2e316cdb6b13.png)

in progress
feature request

``` /app/Packages/CleanroomLogger-5.0.3/Sources/ConsoleLogConfiguration.swift:9:8: error: no such module 'Darwin.C.stdlib' import Darwin.C.stdlib ^ /app/Packages/CleanroomLogger-5.0.3/Sources/ConsoleLogConfiguration.swift:9:8: error: no such module 'Darwin.C.stdlib' import Darwin.C.stdlib ^ /app/Packages/CleanroomLogger-5.0.3/Sources/ConsoleLogConfiguration.swift:9:8: error: no such module 'Darwin.C.stdlib' import Darwin.C.stdlib ^ /app/Packages/CleanroomLogger-5.0.3/Sources/ConsoleLogConfiguration.swift:9:8: error:...

enhancement
awaiting response
needs investigation

Hey, I have encountered a pretty interesting bug. This is my setup: Empty new project from single view template. Code added in AppDelegate.swift This code: ``` func application(_ application: UIApplication,...

awaiting response
needs investigation

We were using CleanroomASL to query the system log to ensure that logging was successful in unit tests. With the removal of CleanroomASL, we'll need to rethink the validation code...

tech debt