Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » SLF4J Support
SLF4J Support [message #684566] Wed, 15 June 2011 20:31 Go to next message
Eclipse UserFriend
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 #684709 is a reply to message #684566] Thu, 16 June 2011 05:00 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I have seen some enhancement request for log4j but never SLF4J. Any
change you can log an enhancement request in bugzilla?

Jason

On 6/15/2011 4:31 PM, ms wrote:
> 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 12:50 Go to previous message
JW  is currently offline JW Friend
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 07:58]

Report message to a moderator

Previous Topic:Newbie: web viewer report - html set left margin
Next Topic:Use output of a dataset into another dataset
Goto Forum:
  


Current Time: Thu Apr 25 13:26:02 GMT 2024

Powered by FUDForum. Page generated in 0.02922 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top