slf4j - Java separate logger configuration for each ID -
i looking forward configure logger should created different ids.
my application huge , there 20 users accessing application @ time when exceptions becoming difficult check in log went wrong.
so want create logger in such way generates log on ids (unique) provide.( i.e mean separate logger each id)
could me how can achieved .
thanks
logback's siftingappender tailor made purpose.
Comments
Post a Comment