what is the difference between Threshold and LevelRangeFilter in log4j?
Answer / Santosh Kumar Chauhan
Threshold is a filter that allows or denies logging based on a minimum level of severity. LevelRangeFilter, on the other hand, allows or denies logging based on a specified range of levels (e.g., between WARN and ERROR).
| Is This Answer Correct ? | 0 Yes | 0 No |
How log4j file is defined?
what is the difference between Threshold and LevelRangeFilter in log4j?
what is the command to write your logging information into a file?
In log4j how can you log into the database?
Explain whether log4j is a thread safe?
why do you get multiple copies of the message in log file sometime?
what is Log4j?
what are the three principal components of Log4j?
Explain whether a log output format can be customized?
what are the two static methods for obtaining a logger object?
what are the format characters used in log4j?
what are the other support objects in Log4j?