Skip to main content



      Home
Home » Archived » BIRT » Engine logger
Engine logger [message #117518] Thu, 26 January 2006 09:04 Go to next message
Eclipse UserFriend
Originally posted by: jan.tanis.coas.com

Hi All,

I've adjusted the example java class that calls the report engine, but i
noticed that it logs loads of information. Is there a way to avoid this
logging in a "quite" way, or actually *NONE* logging. How do I disable
logging from the engine?

Thanks, Jan.
Re: Engine logger [message #117711 is a reply to message #117518] Thu, 26 January 2006 12:41 Go to previous messageGo to next message
Eclipse UserFriend
Jan Tanis wrote:
> Hi All,
>
> I've adjusted the example java class that calls the report engine, but i
> noticed that it logs loads of information. Is there a way to avoid this
> logging in a "quite" way, or actually *NONE* logging. How do I disable
> logging from the engine?
>
> Thanks, Jan.

Check out EngineConfig.setLogConfig() function.

public void setLogConfig(String directoryName, Level level)

Level is a class defined by java.util.logging package.

Stanley Wang
BIRT Engine
Re: Engine logger [message #118446 is a reply to message #117711] Fri, 27 January 2006 03:46 Go to previous message
Eclipse UserFriend
Originally posted by: jan.tanis.coas.com

Thanks Stanley,

That works just fine :)

Best regards, Jan.

Stanley Wang wrote:
> Jan Tanis wrote:
>
>> Hi All,
>>
>> I've adjusted the example java class that calls the report engine, but
>> i noticed that it logs loads of information. Is there a way to avoid
>> this logging in a "quite" way, or actually *NONE* logging. How do I
>> disable logging from the engine?
>>
>> Thanks, Jan.
>
>
> Check out EngineConfig.setLogConfig() function.
>
> public void setLogConfig(String directoryName, Level level)
>
> Level is a class defined by java.util.logging package.
>
> Stanley Wang
> BIRT Engine
Previous Topic:Eclipse, BIRT, Oracle data set exception
Next Topic:no-break space and fonts
Goto Forum:
  


Current Time: Mon Jun 02 18:10:08 EDT 2025

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

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

Back to the top