I always forget which level is which in Log4j so I copied this from the JavaDoc for the Level class.
static Level |
ALLThe ALL has the lowest possible rank and is intended to turn on all logging. |
static Level |
DEBUGThe DEBUG Level designates fine-grained informational events that are most useful to debug an application. |
static Level |
ERRORThe ERROR level designates error events that might still allow the application to continue running. |
static Level |
FATALThe FATAL level designates very severe error events that will presumably lead the application to abort. |
static Level |
INFOThe INFO level designates informational messages that highlight the progress of the application at coarse-grained level. |
static Level |
OFFThe OFF has the highest possible rank and is intended to turn off logging. |
static Level |
TRACEThe TRACE Level designates finer-grained informational events than the DEBUG |
static Level |
WARNThe WARN level designates potentially harmful situations. |
Pingback: Pages tagged "coarse"