| Interface | Description |
|---|---|
| InfoLogger |
The class which implements this interface is used to log the debug information
|
| LogWriter |
LogWriter is an interface which each particular log writer class must
implement.
|
| Class | Description |
|---|---|
| EtlLogger |
This object used as an owner for all Logger.log(type, owner...) calls within
ETl framework.
|
| Log4jWriter |
Log4jWriter is a log4j implementation of the
LogWriter
interface. |
| Logger |
A Logger object is used to log messages for a specific system or application
component.
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.