Re: Logging and 7.1 java api

2007-09-21 Thread Hugo Visser
The 7.1 API uses log4j for logging, in fact it forces it on you. I wish BMC had taken more care when looking at the pile of dependencies. In stead of using a heavyweight logging framework like log4j they could also have used the standard java.util.logging. Even if you _do not_ want any logging for

Logging and 7.1 java api

2007-09-20 Thread Jarl Grøneng
Hi, I have beed using log4j with my java code the last versions. Start the logger like this: private static Logger theLog = Logger.getLogger(no.steria.ars.Update); However, with 7.1 java api I also get logging from com.bmc.arsys.api.Config, org.apache.commons.configuration.ConfigurationUtils,

Re: Logging and 7.1 java api

2007-09-20 Thread Jarl Grøneng
Seems like the log4j.xml was the solution. Still missing documentation :-) -- Jarl On 9/20/07, Jarl Grøneng [EMAIL PROTECTED] wrote: Hi, I have beed using log4j with my java code the last versions. Start the logger like this: private static Logger theLog =