I have a requirement to log raw binary data. This will be mostly ASCII characters but will contain non-displayable control characters such as \0, etc. My first thought was to write an appender by extending the FileAppender class but I cannot see how to do this as I need access to an OutputStream and not a Writer. Does anyone have any good ideas of how this can be done witht he minimum of fuss in log4j?

cheers


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to