Documentum's Java Based software uses Log4j architecture to manager logging. The different levels of logging provided by log4j architecture are the following:
OFF - The OFF has the highest possible rank and is intended to turn off logging.
FATAL - The FATAL level designates very severe error events that will presumably lead the application to abort.
ERROR - The ERROR level designates error events that might still allow the application to continue running.
WARN - The WARN level designates potentially harmful situations.
INFO - The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
DEBUG - The DEBUG Level designates fine-grained informational events that are most useful to debug an application.
ALL - The ALL has the lowest possible rank and is intended to turn on all logging.
No comments:
Post a Comment