Re: Way to set another log file for one category with different loglevel

2002-11-06 Thread Wataru Fukushima
this: Logger log = Logger.getLogger(log) log.error(error message); log.warn(warning message); And I want those two files will be: error.log error message debug.log error message warning message --- Wataru Fukushima PFU LIMITED

Way to set another log file for one category with different log level

2002-11-05 Thread Wataru Fukushima
, --- Wataru Fukushima PFU LIMITED -- To unsubscribe, e-mail: mailto:log4j-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:log4j-user-help;jakarta.apache.org

[BUG]CountingQuietWriter wrongly uses # of characters instead of real# of bytes

2002-08-26 Thread Wataru Fukushima
java.nio.charset.Charset should be used. (I do not know how to get this information though.) --- Wataru Fukushima PFU LIMITED -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]