See: Description
Interface | Description |
---|---|
CloseableContext |
A closeable context that is used to keep external attributed used for logging as key value pairs in the thread
locals.
|
XLoggerFactory |
The interface that defines the Logger factory implementations to provide custom logger bindings.
|
Class | Description |
---|---|
CloseableLogContext |
A Log context that holds the message diagnose context information for each log yet auto closes within a try block
to make sure the diagnose context is cleared at the end of the logging process.
|
Logger |
The logger API of the Project-X.
|
LoggerFactory |
The LoggerFactory providing instances of loggers as and when required.
|
LogInfoData |
Represents the data extracted from a
LogInfo annotation |
NoLogger |
Implements a logger that can be used in absence of a logging configuration or a malformed configuration.
|
Enum | Description |
---|---|
ComponentType |
Defines the component types of the complete system with an single digit identifier assigned to each and every
component type
|
Exception | Description |
---|---|
LogConfigurationException |
Exception thrown when there is a duplicate code for either the log code prefix or for any specific log entries
|
Annotation Type | Description |
---|---|
LogInfo |
This annotation specifies the logging code computation parameters at multiple levels either at the class hierarchy
or at the package levels as package annotations
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.