| Package | Description |
|---|---|
| com.comtrade.ecm.engine.logging |
Basic logging objects
|
| com.comtrade.ecm.engine.logging.engine |
Logging-functionalities based on standard Java-library objects (java.util.logging package).
https://docs.oracle.com/javase/8/docs/technotes/guides/logging/overview.html https://stackoverflow.com/questions/11359187/why-not-use-java-util-logging |
| com.comtrade.ecm.engine.logging.logback | |
| com.comtrade.ecm.engine.services |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLogger
Handy implementation for some EcmLogger-methods.
This class can (but does not have to= be used as a basis for concrete EcmLoggers. |
class |
LoggerDefault
Dummy logger.
Does nothing. |
| Modifier and Type | Method and Description |
|---|---|
EcmLogger |
LoggingManagerDefault.createLogger(java.lang.Class<?> clazz) |
EcmLogger |
LoggingManager.createLogger(java.lang.Class<?> clazz)
Creates new
EcmLogger for logging information created inside a class clazz |
EcmLogger |
LoggingManager.getLogger(java.lang.Class<?> clazz)
Returns a @link EcmLogger} for logging information created inside a class
clazz. |
EcmLogger |
AbstractLoggingManager.getLogger(java.lang.Class<?> clazz)
Returns an
EcmLogger for a class clazz. |
| Modifier and Type | Method and Description |
|---|---|
EcmLogger |
LoggingManagerEngine.createLogger(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
EcmLogger |
LoggingManagerLogback.createLogger(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static EcmLogger |
EcmServiceManager.getLogger(java.lang.Class<?> clazz)
Retrieves a proper logger object.
|