NSLogger
A modern, flexible logging tool (by fpillet)
CocoaLumberjack
A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS (by CocoaLumberjack)
NSLogger | CocoaLumberjack | |
---|---|---|
2 | 3 | |
4,999 | 13,270 | |
0.0% | 0.1% | |
4.9 | 6.9 | |
almost 2 years ago | 3 months ago | |
Objective-C | Objective-C | |
GNU General Public License v3.0 or later | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
NSLogger
Posts with mentions or reviews of NSLogger.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-01.
-
Redirecting Print output to a file
There are a lot of similar frameworks on GitHub - NSLogger, Swift Logger, etc.
-
Awesome macOS Libraries List
NSLogger - A modern, flexible logging tool. Language: Objective-C.
CocoaLumberjack
Posts with mentions or reviews of CocoaLumberjack.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-04.
-
Looking for a flexible and fast logging library with file rotation support
On iOS using Swift I would depend on the CocoaLumberjack library to support all of my logging needs. It's fast, flexible, and very importantly, supports configurable log file rotationDDFileLogger(py)maximumFileSize). It's awesome.
-
How to log only in debug mode? including network logs
Does anyone have experience with this? I've seen people mentioning to use Cocoalumberjack but not sure if its the right package (meaning if its not overkill). Apple have an open source logging library as well for this.
-
Awesome macOS Libraries List
CocoaLumberjack - A fast & simple, yet powerful & flexible logging framework. Language: Objective-C.
What are some alternatives?
When comparing NSLogger and CocoaLumberjack you can also consider the following projects:
XCGLogger - A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
SwiftyBeaver - Convenient & secure logging during development & release in Swift 4 & 5
Bugfender - Bugfender SDK for iOS, a remote logger tailor-made for mobile
CleanroomLogger - CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant