- EELFException - Exception in com.att.eelf.exception
-
- EELFException(String) - Constructor for exception com.att.eelf.exception.EELFException
-
Create the exception, detailing the reason with a message
- EELFException(String, Throwable) - Constructor for exception com.att.eelf.exception.EELFException
-
Create an exception by wrapping another exception
- EELFException(Throwable) - Constructor for exception com.att.eelf.exception.EELFException
-
Create the exception by wrapping another exception
- EELFLogger - Interface in com.att.eelf.configuration
-
The EELFLogger is the main interface to access loggers in EELF.
- EELFLogger.Level - Enum in com.att.eelf.configuration
-
- EELFManager - Class in com.att.eelf.configuration
-
This is a singleton class used to obtain a named Logger instance.
- EELFMsgs - Enum in com.att.eelf.i18n
-
- EELFResolvableErrorEnum - Interface in com.att.eelf.i18n
-
Deprecated.
- EELFResolvableResourceEnum - Interface in com.att.eelf.i18n
-
This is a marker interface for making all the resource code enums accessible
for the Logger class.
- EELFResourceManager - Class in com.att.eelf.i18n
-
The resource manager is used to retrieve and format resources from pluggable
resource bundles and is capable of managing sets of bundles over multiple
locales for message skeletons, message descriptions, message resolutions, and
just basic resources.
- error(String) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(String, Object) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(String, Object, Object) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(String, Object...) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(String, Throwable) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(Marker, String) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(Marker, String, Object) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(Marker, String, Object, Object) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(Marker, String, Object...) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(Marker, String, Throwable) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(Locale, EELFResolvableResourceEnum, Throwable, String...) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(Locale, EELFResolvableResourceEnum, String...) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(EELFResolvableResourceEnum, String...) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(EELFResolvableResourceEnum, Throwable, String...) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- error(Locale, EELFResolvableResourceEnum, Throwable, String...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a error message based on message key as defined in resource bundle
for the given locale along with exception.
- error(Locale, EELFResolvableResourceEnum, String...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a error message based on message key as defined in resource bundle
for the given locale.
- error(EELFResolvableResourceEnum, String...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a error message based on message key as defined in resource bundle
with arguments.
- error(EELFResolvableResourceEnum, Throwable, String...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a error message based on message key as defined in resource bundle
along with exception.
- ERROR_LOGGER_NAME - Static variable in interface com.att.eelf.configuration.Configuration
-
Logger name to be used for error logging
- GENERAL_LOGGER_NAME - Static variable in interface com.att.eelf.configuration.Configuration
-
Logger name to be used for application general logging
- getApplicationLogger() - Static method in class com.att.eelf.configuration.EELFManager
-
Returns the application logger
- getAuditLogger() - Static method in class com.att.eelf.configuration.EELFManager
-
Returns the audit logger
- getCurrentDuration() - Static method in class com.att.eelf.utils.Stopwatch
-
Gets the amount of time since the stop watch was last started without stopping the watch or accumulating the
previous time.
- getDebugLogger() - Static method in class com.att.eelf.configuration.EELFManager
-
Returns the error logger
- getDescription(Locale, EELFResolvableResourceEnum) - Static method in class com.att.eelf.i18n.EELFResourceManager
-
Obtains the specified description from description resource bundles that
are loaded based on the resource id.
- getDescription(EELFResolvableResourceEnum) - Static method in class com.att.eelf.i18n.EELFResourceManager
-
This is a convenience method that returns the message description
indicated by the specified id, or key, in the resource bundle.
- getDuration() - Static method in class com.att.eelf.utils.Stopwatch
-
The accumulated duration of the watch (in nano-seconds)
- getErrorLogger() - Static method in class com.att.eelf.configuration.EELFManager
-
Returns the error logger
- getIdentifier(EELFResolvableResourceEnum) - Static method in class com.att.eelf.i18n.EELFResourceManager
-
This is a convenience method that returns the message error code
indicated by the specified id, or key, in the resource bundle.
- getIdentifier(Locale, EELFResolvableResourceEnum) - Static method in class com.att.eelf.i18n.EELFResourceManager
-
Obtains the specified description from description resource bundles that
are loaded based on the resource id.
- getInstance() - Static method in class com.att.eelf.configuration.EELFManager
-
This method is used to obtain the EELFManager (as well as set it up if
not already).
- getLogger(String) - Static method in class com.att.eelf.configuration.EELFManager
-
Returns the logger associated with the name
- getLogger(Class<?>) - Static method in class com.att.eelf.configuration.EELFManager
-
Returns the logger associated with the clazz
- getMessage(Locale, String) - Static method in class com.att.eelf.i18n.EELFResourceManager
-
Returns the message resource indicated by the specified id, or key, in
the first message resource bundle loaded for the locale that contains the
resource.
- getMessage(String) - Static method in class com.att.eelf.i18n.EELFResourceManager
-
This is a convenience method that returns the resource indicated by the
specified id, or key, in the resource bundle.
- getMessage(EELFResolvableResourceEnum) - Static method in class com.att.eelf.i18n.EELFResourceManager
-
This is a method that returns the resource indicated by the specified id,
or key, in the resource bundle.
- getMessage(EELFResolvableResourceEnum, String...) - Static method in class com.att.eelf.i18n.EELFResourceManager
-
This is a method that returns the resource indicated by the specified id,
or key, in the resource bundle.
- getMetricsLogger() - Static method in class com.att.eelf.configuration.EELFManager
-
Returns the metrics logger
- getName() - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- getPerformanceLogger() - Static method in class com.att.eelf.configuration.EELFManager
-
Returns the performance logger
- getPolicyLogger() - Static method in class com.att.eelf.configuration.EELFManager
-
Returns the policy logger
- getResolution(Locale, EELFResolvableResourceEnum) - Static method in class com.att.eelf.i18n.EELFResourceManager
-
Obtains the specified resolution from the resource bundles that are
loaded based on the resource id.
- getResolution(EELFResolvableResourceEnum) - Static method in class com.att.eelf.i18n.EELFResourceManager
-
This is a convenience method that returns the message resolution
indicated by the specified id, or key, in the resource bundle.
- getSecurityLogger() - Static method in class com.att.eelf.configuration.EELFManager
-
Returns the security logger
- getServerLogger() - Static method in class com.att.eelf.configuration.EELFManager
-
Returns the server logger
- MDC_ALERT_SEVERITY - Static variable in interface com.att.eelf.configuration.Configuration
-
The severity can be used to map to severity in alert messages eg.
- MDC_BEGIN_TIMESTAMP - Static variable in interface com.att.eelf.configuration.Configuration
-
Date-time of the start of a request activity
- MDC_ELAPSED_TIME - Static variable in interface com.att.eelf.configuration.Configuration
-
Elapsed time to complete processing of an API or request at the
granularity available to the component system.
- MDC_END_TIMESTAMP - Static variable in interface com.att.eelf.configuration.Configuration
-
Date-time of the end of a request activity
- MDC_ERROR_CODE - Static variable in interface com.att.eelf.configuration.Configuration
-
Error Code defined in the Resource Bundle #Resource key=Error
Code|Message text|Resolution text |Description text
- MDC_ERROR_DESC - Static variable in interface com.att.eelf.configuration.Configuration
-
Error Code defined in the Resource Bundle
#Resource key=Error Code|Message text|Resolution text |Error Description
- MDC_INSTANCE_UUID - Static variable in interface com.att.eelf.configuration.Configuration
-
The instanceUUID can be used to differentiate between multiple instances
of the same (named), log writing service/application
- MDC_KEY_REQUEST_ID - Static variable in interface com.att.eelf.configuration.Configuration
-
The requestID is primarily used to track the processing of a request
referencing a single instance of a service through the various
sub-components.
- MDC_PARTNER_NAME - Static variable in interface com.att.eelf.configuration.Configuration
-
Client or user invoking the API
- MDC_PROCESS_KEY - Static variable in interface com.att.eelf.configuration.Configuration
-
Optional field
- MDC_REMOTE_HOST - Static variable in interface com.att.eelf.configuration.Configuration
-
The remote host name/ip address making the request
- MDC_RESPONSE_CODE - Static variable in interface com.att.eelf.configuration.Configuration
-
Application specific response code
- MDC_RESPONSE_DESC - Static variable in interface com.att.eelf.configuration.Configuration
-
Human readable description of the application specific response code
- MDC_SERVER_FQDN - Static variable in interface com.att.eelf.configuration.Configuration
-
The serverFQDN can be used to log the host server's FQDN.
- MDC_SERVER_IP_ADDRESS - Static variable in interface com.att.eelf.configuration.Configuration
-
The serverIPAddress can be used to log the host server's IP address.
- MDC_SERVICE_INSTANCE_ID - Static variable in interface com.att.eelf.configuration.Configuration
-
The serviceInstanceID can be used to uniquely identity a service
instance.
- MDC_SERVICE_NAME - Static variable in interface com.att.eelf.configuration.Configuration
-
The serviceName can be used identify the name of the service.
- MDC_STATUS_CODE - Static variable in interface com.att.eelf.configuration.Configuration
-
High level success or failure of the request (COMPLETE or ERROR)
- MDC_TARGET_ENTITY - Static variable in interface com.att.eelf.configuration.Configuration
-
ECOMP component/subcomponent or non-ECOMP entity which is invoked for
this suboperation
- MDC_TARGET_SERVICE_NAME - Static variable in interface com.att.eelf.configuration.Configuration
-
External API/operation activities invoked on TargetEntity (ECOMP
component/subcomponent or non-ECOMP entity)
- MDC_TARGET_VIRTUAL_ENTITY - Static variable in interface com.att.eelf.configuration.Configuration
-
Target VNF or VM being acted upon by the component
- METRICS_LOGGER_NAME - Static variable in interface com.att.eelf.configuration.Configuration
-
Logger name to be used for application metrics logging
- metricsEvent(String, Object...) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- metricsEvent(EELFLogger.Level, String, Object...) - Method in class com.att.eelf.configuration.AbstractEELFLogger
-
- metricsEvent(String, Object...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Deprecated.
- metricsEvent(EELFLogger.Level, String, Object...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Deprecated.
- metricsEvent(String, Object...) - Static method in class com.att.eelf.configuration.EELFManager
-
Log a metrics event using metrics logger at info level.
- metricsEvent(EELFLogger.Level, String, Object...) - Static method in class com.att.eelf.configuration.EELFManager
-
Log a metrics event using metrics logger at info level at given level.