You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Denny Lee <de...@yahoo.com> on 2012/04/06 01:43:35 UTC

Writing binary data to log fine

Hello,
I am having trouble trying to log some binary data to the log file. I wrote an application that receives some log from a network device in binary format; all the app does is take the output via TCP from the device and writes it to a file.  I wrote the application on Windows 7 computer using Eclipse and I was able to receive the log from the network device, writes it to a file and then parse the log file with another program.  But when I ran the program on Redhat 5.5, I was not able to parse the log and got a bunch of errors.  I tried a Windows log on the Redhat system and used dos2unix on the file and I was able to parse that log just fine.

Can anyone possibly shed some light on this?  I am not sure where to even begin to troubleshoot this.  Thanks.

Denny