Log4J

hi all,i used log4j concept in my project.in Log4J. i created RollingFileAppender. using that Appender to i got Example.log file.my doute is, whether is possible to read that file using Log4J conceptplease Help me.........
[257 byte] By [MCA134a] at [2007-11-27 0:42:54]
# 1
What do you meant by read that file using Log4J concept ?
rym82a at 2007-7-11 23:00:29 > top of Java-index,Java Essentials,Java Programming...
# 2

> hi all,

>

> i used log4j concept in my project.

It's not a concept, it's a Java-based logging utility.

>

> in Log4J. i created RollingFileAppender. using that

> Appender to i got Example.log file.

>

> my doute is, whether is possible to read that file

> using Log4J concept

>

Example.log is a text file. Therefore it can be read & processed like any other text file.

karma-9a at 2007-7-11 23:00:29 > top of Java-index,Java Essentials,Java Programming...