Is it possible to log only one level messages with Log4J
- by Ravi
If I set the log level to DEBUG, All messages with log level = DEBUG will be logged/printed.
But can I set log level to only DEBUG, such that messages with log level only with DEBUG will be printed. Or can give a range like print all messages whose log level is =DEBUG but < ERROR?