Interface ILogOutput

All Superinterfaces:
CLogConstants
All Known Implementing Classes:
Log4JLogOutput, Log4JLogOutputPlainText, Log4JLogOutputV2, Log4JLogOutputV2PlainText, SysOutLogOutput

public interface ILogOutput extends CLogConstants
Interface that needs to be implemented when using the log-output-delegation. In this case the config file /ecnlntjsfserver/config/logging.xml needs to contain a corresponding class name. At runtime an instance of the class is created and all log information is passed to the interface as well.