Skip to content

Integration with other products

diederich edited this page Mar 16, 2012 · 9 revisions

Integration with other products

NSLogger can easily integrate with other products and log sources. The two approaches for this are:

  • Integrating the NSLogger Client code in software which logs information, to seamlessly connect with the NSLogger viewer,
  • Adding subclasses of LoggerTransport, LoggerConnection and LoggerMessage directly in the NSLogger viewer to support foreign log sources and transports.

I’ll happily help with both approaches, feel free to contact me.

LibComponentLogging

Arne Harren provides a NSLogger client backend for his LibComponentLogging logging library. You’ll use the LibComponentLogging-Core library, and the LibComponentLogging-NSLogger backend.

Cocoa-Lumberjack

Peter Steinberger provides a NSLogger backend for CocoaLumberjack:
NSLogger-CocoaLumberjack-connector