what are the logging methods provided by logger class?
Answer / Gaurav Kumar
The logger class provides several logging methods for different severity levels, such as trace (TRCE), debug (DBUG), info (INFO), warn (WARN), error (EROR), and fatal (FATAL). These methods allow you to log messages based on the desired level of detail and urgency.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the format characters used in log4j?
what are the three principal components of Log4j?
how can you get multiple processes to log to the same file?
what is the difference between Threshold and LevelRangeFilter in log4j?
Inside logger component what are the different log levels?
what is the role of filter in log4j?
what is package level logging in log4j?
what is the command to write your logging information into a file?
why do you get multiple copies of the message in log file sometime?
what are the system properties checked by log4j?
what is layouts in log4j?
what is the best way to migrate from java.util logging to log4j?