> 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.