Hello,
in log4j all loggers inherit appenders from root.
so if I set an appender called "FILE" like this:
all loggers uses FILE. How can I do if I don't want that a specifically logger don't use FILE?Code:log4j.rootLogger=DEBUG, FILE
Printable View
Hello,
in log4j all loggers inherit appenders from root.
so if I set an appender called "FILE" like this:
all loggers uses FILE. How can I do if I don't want that a specifically logger don't use FILE?Code:log4j.rootLogger=DEBUG, FILE