You shouldn't need to use incorrect levels in your classes. Just attach one
appender to the Job logger and another appender to the Address and User
loggers.
On 11/1/07, Jimmy Mehta <[EMAIL PROTECTED]> wrote:
>
>
> Hey James ,
>
> Thanks for you reply now i find another way that , i have three cla
Hey James ,
Thanks for you reply now i find another way that , i have three classes Job
, Address , User. Now i want to put All messages of Job class into separate
file and all Address messages to another file and same as in User. So if i
set priority level in Job class like warn so all fatal , e
If I have a system configured to append to a normal file appender, is there
some way to programmatically "force" the start of a new file on disk and to
specify the name (such as the date/time)?
Thanks!
-
To unsubscribe, e-mail:
Hi
I also suggest the approach with using MDC and custom filter.
You probably want the outputs from each thread in separate files. If so, you
have two possibilities:
1. Implementing a own RepositorySelector which holds different repositories for
each thread / thread sub group.
2. Creating and c