CocoaLumberjack Documentation
Beginner
Getting Started: Get up and running using the Lumberjack Framework.
ARC: Supporting ARC files in a non-ARC project.
Xcode Tricks: Using different log levels for Debug and Release builds.
Per Logger Log Levels: Using different log levels for each logger.
Xcode Colors: Use colors in the Xcode debugging console.
Custom Formatters: How to write your own custom formatters.
FAQ: Frequently asked questions.
Performance: Analysis of performance with benchmarks.
Problem Solution: Common issues you may encounter and their solutions.
AppCode Support How to use CocoaLumberjack in AppCode.
Intermediate
Architecture: Lumberjack internals & overview.
Custom Context: Taking advantage of logging contexts.
Custom Loggers: How to write your own custom loggers.
Custom Log Levels: How to add or customize log levels.
Per User Log Levels: Different log levels per developer.
Advanced
Dynamic Log Levels: Dynamically changing log levels during run-time.
Fine Grained Logging: When you need something more advanced than simple log levels.
Log File Management: Compress your log files, or upload them to a server.