Hi, sorry to everybody, my error was that I added the
slf4j-jdk14-1.5.2.jar in the begging of my project and now I have
removed this library and all it works. once thanks to everybody and
sorry for my inexperence and my errors...


2009/6/30 motum hesa <[email protected]>:
> 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
>

Reply via email to