Posted By:
ray_roark
Posted On:
Wednesday, June 23, 2004 11:23 PM
I have written my own DailyRollingFileAppender, and am writing my log in my own custom format. Everything is working fine but i only have one issue which i would like to get resolved.
I have not been able to turn off the 'debug' or 'info' tags on every line. Since i have written my own format i can't use configurator and am trying to figure out a programmatic way by which i could turn off 'INFO' tag. I don't want any tag on my log lines as i am using log4j not as a logging mechanism but more as a output record writer.
Any suggestions will be appreciated.
Ray