-
Notifications
You must be signed in to change notification settings - Fork 568
Integration with other products
diederich edited this page Mar 16, 2012
·
9 revisions
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,LoggerConnectionandLoggerMessagedirectly in the NSLogger viewer to support foreign log sources and transports.
I’ll happily help with both approaches, feel free to contact me.
Arne Harren provides a NSLogger client backend for his LibComponentLogging logging library. You’ll use the LibComponentLogging-Core library, and the LibComponentLogging-NSLogger backend.
Peter Steinberger provides a NSLogger backend for CocoaLumberjack:
NSLogger-CocoaLumberjack-connector