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