Arne Harren

8pods

LibComponentLogging-Core

LibComponentLogging is a small logging library for Objective-C on Mac OS X and iOS which provides log levels, log components, and pluggable logging back-ends, e.g. writing log messages to a file, or sending them to the system log.

License: MIT

  • Objective C

LibComponentLogging-LogFile

LibComponentLogging-LogFile is a logging back-end for LibComponentLogging which writes log messages to an application-specific log file.

License: MIT

  • Objective C

LibComponentLogging-NSLog

LibComponentLogging-NSLog is a very simple logging back-end for LibComponentLogging which redirects log messages to NSLog, but adds information about the log level, the log component, and the log statement's location (file name and line number).

License: MIT

  • Objective C

LibComponentLogging-NSLogger

LibComponentLogging-NSLogger is a logging back-end for LibComponentLogging which integrates the logging client from Florent Pillet's NSLogger project. See http://github.com/fpillet/NSLogger for details about NSLogger.

License: MIT

  • Objective C

LibComponentLogging-pods

LibComponentLogging-pods provides a configuration mechanism for LibComponentLogging and CocoaPods which configures logging back-ends and extensions based on your project's CocoaPods Podfile file.

License: MIT

  • Objective C

LibComponentLogging-qlog

qlog is a small header file which defines a short logging macro for every log level of LibComponentLogging, e.g. qlerror() for error messages and qltrace() for trace messages. Additionally, all logging macros take the current log component from the ql_component preprocessor define which can be (re)defined in your application at a file-level, section-based, or global scope.

License: MIT

  • Objective C

LibComponentLogging-SystemLog

LibComponentLogging-SystemLog is a logging back-end for LibComponentLogging which send log messages to the Apple System Log facility (ASL).

License: MIT

  • Objective C

LibComponentLogging-UserDefaults

LibComponentLogging-UserDefaults is an extension for LibComponentLogging which stores/restores log level settings to/from the user defaults.

License: MIT

  • Objective C