Interface ILogSubsystem

All Superinterfaces:
ISubsystem
All Known Implementing Classes:
LogSubsystem

public interface ILogSubsystem extends ISubsystem
An interface that represents a logging component. The logging component is a framework that handles different types of log types, each represented by an ILogEventListener, and each implements a log plugin. CMS comes with three standard log types: "signedAudit", "system", and "transaction". Each log plugin can be instantiated into log instances. Each log instance can be individually configured and is associated with its own configuration entries in the configuration file.

Version:
$Revision$, $Date$