1.I am able to create log files using FileAppender, RollingFileAppender,etc.,
Though All belongs to ASCII [anyone can read], but I want to register my logs as Binary File [ non readable], can anyone help me with the suggestion to create Binary log file for an example code.
point out the main points...
2.also [I have message in log as "Hello" , using %m in PatternLayout getting as Hello package.class
expected only Hello
Thanks in advance.