Interface | Description |
---|---|
LoggingSystem |
Abstraction for a logging system.
|
Enum | Description |
---|---|
LogLevel |
Logging levels supported by a
LoggingSystem
Typically, a logging system may permit the log level to be null, representing
an unspecified log level. |
Exception | Description |
---|---|
LoggingSystemException |
Thrown when something goes wrong on Logging System.
|