| Package | Description |
|---|---|
| com.helger.commons.error | |
| com.helger.commons.error.level | |
| com.helger.commons.log | |
| com.helger.commons.severity |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IError
Common interface for single errors and resource errors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleError
Default implementation of
IError. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IErrorLevel
Interface representing a single error level.
|
interface |
IHasErrorLevelComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>>
Base interface for objects that have a severity based on
IErrorLevel. |
| Modifier and Type | Class and Description |
|---|---|
class |
EErrorLevel
Represents a generic error level.
|
class |
ErrorLevel
A standalone implementation of the
IErrorLevel interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
LogMessage
Represents a single log message.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISeverityComparable<IMPLTYPE extends ISeverityComparable<IMPLTYPE>>
Interface for comparable objects based on their severity.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.