| SLF4J Support [message #684566] |
Wed, 15 June 2011 16:31  |
|
Originally posted by: ms
Hello guys:
Have you considered replacing java.util.logging with SLF4J? I think its
worth it, given that the RE API can be used from different contexts...
Regards,
|
|
|
|
| Re: SLF4J Support [message #684895 is a reply to message #684566] |
Thu, 16 June 2011 08:50  |
JW Messages: 9 Registered: June 2011 |
Junior Member |
|
|
Me help this: logback.qos.ch/manual/configuration.html#contextListener
And than reset log-level from ReportEngine(default=WARNING) in code:
final EngineConfig config = new EngineConfig();
config.setProperty(IEngineConfig.LOG_LEVEL, Level.FINEST);
[Updated on: Fri, 17 June 2011 03:58] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.01544 seconds