-
Notifications
You must be signed in to change notification settings - Fork 569
Integration with other products
fpillet edited this page Oct 27, 2010
·
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 that sends log, to seamlessly connect with the NSLogger viewer,
- Adding subclasses of
LoggerTransport
,LoggerConnection
andLoggerMessage
directly in the NSLogger viewer to support foreign log sources.
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