Interface | Description |
---|---|
VitamLogger |
Internal-use-only logger used by VITAM.
|
Class | Description |
---|---|
AbstractVitamLogger |
This class implements all methods that have a
VitamLogLevel parameter by default to call specific logger
methods such as VitamLogger.info(String) or VitamLogger.isInfoEnabled() . |
JdkLoggerFactory |
Logger factory which creates a java
.util.logging logger.
|
LogbackLoggerFactory |
logger factory using SLF4J from Logback
|
SysErrLogger |
Utility class to be used only in classes where VitamLogger is not allowed
|
VitamLoggerFactory |
Creates an
VitamLogger or changes the default factory implementation. |
Enum | Description |
---|---|
VitamLogLevel |
The log level that
VitamLogger can log at. |
Copyright © 2018 Vitam. All rights reserved.