
Being a first time user, can logback be used to log binary data? This was not possible in log4j without writing custom appenders but still the message was always a string. Nikhil

Using the Onyx Log wrapper, you can log binary data as a hex dump, is that what you're looking for. Or are you expecting a blob of unreadable binary data in the middle of a text log file? Anodyzed Onyx Project <http://code.google.com/p/anodyzed> (*Chris*) On Tue, Feb 21, 2012 at 11:33 AM, Shirahatti, Nikhil <snikhil@telenav.com>wrote:
Being a first time user, can logback be used to log binary data? This was not possible in log4j without writing custom appenders but still the message was always a string.
Nikhil
_______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user

Lilith provides a custom binary encoder, too. It also has the ability to cat/tail those binary files using a formatter specified at runtime. http://lilithapp.com Hope that helps, Joern. On 21.02.2012, at 20:41, Chris Pratt wrote:
Using the Onyx Log wrapper, you can log binary data as a hex dump, is that what you're looking for. Or are you expecting a blob of unreadable binary data in the middle of a text log file?
Anodyzed Onyx Project
(*Chris*)
On Tue, Feb 21, 2012 at 11:33 AM, Shirahatti, Nikhil <snikhil@telenav.com> wrote: Being a first time user, can logback be used to log binary data? This was not possible in log4j without writing custom appenders but still the message was always a string.
Nikhil
_______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user
_______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user
participants (3)
-
Chris Pratt
-
Joern Huxhorn
-
Shirahatti, Nikhil