Hello,

When i call start() method on LoggerContext after i called stop(), i doesn't 
log anything new in the output files :
-----------
 LoggerContext loggerContext = (LoggerContext)LoggerFactory.getILoggerFactory();
 LoggerFactory.getLogger(AbstractTest.class).info("test info before stop"); // 
logs, ok
 loggerContext.stop();
 LoggerFactory.getLogger(AbstractTest.class).info("test info between stop and 
start"); // doesn't log, ok
 loggerContext.start();
 LoggerFactory.getLogger(AbstractTest.class).info("test info after start"); // 
doesn't log, why???
-----------

Is it normal or not?

Thanks in advance for your anwser.

Mathieu
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev

Reply via email to