Depending on the underlying logging system you are using, it depends. If you are using Log4J, then you just need to configure a log4j.propertiesfile. See the Log4J documentation for more information.
On 9/17/07, Sungwon Jung <[EMAIL PROTECTED]> wrote: > > Hello. I'm using MINA 1.1.2. > > I use LoggingFilter(). like this "cfg_acu.getFilterChain().addLast( > "logger", new LoggingFilter() );" > > LoggingFilter() print message to console. > I want output log message to file not console. > > is it possible? > > thank you. > -- ..Cheers Mark
