Hi, first, thanks to everybody, my log4j.properties is like David
depict in his message, and the code works, but I want that the logs
that Mina have by default with:
acceptor.getFilterChain().addLast( "logger", new LoggingFilter() );
can be redirect to a file, if not possible then I understand that I
need put my logs into the code with:
logger.info("Started core server components");
I used the libraries that Ashish wrote, and I have read the documents
that I had found in Mina project for logging. Greetings
Roberto Campos