Re: writing logs into multiple files

2005-09-29 Thread Antoine TYNEVEZ
I think you might write something like that : and so on for INFO, WARN, ERROR and FATAL hope it could help Antoine K Srinivas a écrit : Hi, currently i am writing the whole of

Re: Messages in a Loop

2005-05-27 Thread Antoine TYNEVEZ
-- James Stauffer Are you good? Take the test at http://www.livingwaters.com/good/ -- Antoine Tynevez Patrimoine Management & Technologie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Extend or Wrap

2005-04-20 Thread Antoine TYNEVEZ
ew levels. If so, it's still recommend to wrap Log4j instead of extending. There are technical issues known to be associated with extending Log4j. The solution I maintain at work (based on Log4j) uses a set of "new" levels and we wrap Log4j, we don't extend. We learned the h

RE: Extend or Wrap

2005-04-19 Thread Antoine TYNEVEZ
Hi, In my case, I must use my own levels (like "MINOR", "HARMLESS" and so on...) So it were very useful to Extend the Logger class (and therefore implements the LoggerFactory interface and extends the Level class). Don't you think so ?? Antoine -Message d'origine- De : [EMAIL PROTECTED

RE: Date in French

2005-04-12 Thread Antoine TYNEVEZ
fault locale (I think "java -Duser.language=en" may do the trick) or to use a date format that is not affected by the locale ("-MM-dd HH:mm:ss") On Apr 8, 2005, at 3:58 AM, Antoine TYNEVEZ wrote: > Hello everyone, > > Here is the conversion pattern i'm using in

Date in French

2005-04-08 Thread Antoine TYNEVEZ
Hello everyone, Here is the conversion pattern i'm using in my XML properties file : %d{MMM yy HH:mm:ss}. It works well, but the Month appears to be in French. Do someone knows how to change it in English ??? Thanks Antoine -- No virus found in this outgoing message. Checked by AVG Anti-Viru