- 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
-
This is a marker interface for making all the error 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 interface com.att.eelf.configuration.EELFLogger
-
Log a error message, with no arguments.
- error(String, Object...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a error message, with arguments.
- error(String, Throwable) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a exception at error level.
- error(Locale, EELFResolvableErrorEnum, 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, EELFResolvableErrorEnum, 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(EELFResolvableErrorEnum, 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(EELFResolvableErrorEnum, 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(String) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Log a error message, with no arguments.
- error(String, Object...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Log a error message, with arguments.
- error(String, Throwable) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Log a exception at error level.
- error(Locale, EELFResolvableErrorEnum, Throwable, String...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
- error(Locale, EELFResolvableErrorEnum, String...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
- error(EELFResolvableErrorEnum, String...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
- error(EELFResolvableErrorEnum, Throwable, String...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
- 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() - Method in class com.att.eelf.configuration.EELFManager
-
Returns the application logger
- getAuditLogger() - 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() - Method in class com.att.eelf.configuration.EELFManager
-
Returns the error logger
- getDescription(Locale, EELFResolvableErrorEnum) - 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(EELFResolvableErrorEnum) - 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() - Method in class com.att.eelf.configuration.EELFManager
-
Returns the error logger
- getIdentifier(EELFResolvableErrorEnum) - 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, EELFResolvableErrorEnum) - 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) - Method in class com.att.eelf.configuration.EELFManager
-
Returns the logger associated with the name
- getLogger(Class<?>) - 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(EELFResolvableErrorEnum) - 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(EELFResolvableErrorEnum, 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() - Method in class com.att.eelf.configuration.EELFManager
-
Returns the metrics logger
- getPerformanceLogger() - Method in class com.att.eelf.configuration.EELFManager
-
Returns the performance logger
- getPolicyLogger() - Method in class com.att.eelf.configuration.EELFManager
-
Returns the policy logger
- getResolution(Locale, EELFResolvableErrorEnum) - 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(EELFResolvableErrorEnum) - 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() - Method in class com.att.eelf.configuration.EELFManager
-
Returns the security logger
- getServerLogger() - Method in class com.att.eelf.configuration.EELFManager
-
Returns the server logger
- info(String) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a info message, with no arguments.
- info(String, Object...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a info message, with arguments.
- info(Locale, EELFResolvableErrorEnum, Throwable, String...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a info message based on message key as defined in resource bundle for the given locale
along with exception.
- info(Locale, EELFResolvableErrorEnum, String...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a info message based on message key as defined in resource bundle for the given locale.
- info(EELFResolvableErrorEnum, String...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a info message based on message key as defined in resource bundle with arguments.
- info(EELFResolvableErrorEnum, Throwable, String...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a info message based on message key as defined in resource bundle along with exception.
- info(String) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Log a info message, with no arguments.
- info(String, Object...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Log a info message, with arguments.
- info(Locale, EELFResolvableErrorEnum, Throwable, String...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
- info(Locale, EELFResolvableErrorEnum, String...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
- info(EELFResolvableErrorEnum, String...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
- info(EELFResolvableErrorEnum, Throwable, String...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
- isDebugEnabled() - Method in interface com.att.eelf.configuration.EELFLogger
-
Checks if the debug is enabled for the logger
- isDebugEnabled() - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Checks if the debug is enabled for the logger
- isErrorEnabled() - Method in interface com.att.eelf.configuration.EELFLogger
-
Checks if the error is enabled for the logger
- isErrorEnabled() - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Checks if the error is enabled for the logger
- isInfoEnabled() - Method in interface com.att.eelf.configuration.EELFLogger
-
Checks if the info is enabled for the logger
- isInfoEnabled() - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Checks if the info is enabled for the logger
- ISO_FORMAT - Static variable in class com.att.eelf.utils.Stopwatch
-
- isoFormatter - Static variable in class com.att.eelf.utils.Stopwatch
-
- isRunning() - Static method in class com.att.eelf.utils.Stopwatch
-
Determines if the stopwatch is currently running or not
- isTraceEnabled() - Method in interface com.att.eelf.configuration.EELFLogger
-
Checks if the trace is enabled for the logger
- isTraceEnabled() - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Checks if the trace is enabled for the logger
- isWarnEnabled() - Method in interface com.att.eelf.configuration.EELFLogger
-
Checks if the warn is enabled for the logger
- isWarnEnabled() - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Checks if the warn is enabled for the 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_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 interface com.att.eelf.configuration.EELFLogger
-
Log a metrics event using metrics logger at info level.
- metricsEvent(EELFLogger.Level, String, Object...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a metrics event using metrics logger at info level at given level.
- metricsEvent(String, Object...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Used by metrics logger to record metrics event with arguments at info level
- metricsEvent(EELFLogger.Level, String, Object...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Used by metrics logger to record audit event with arguments at given level
- SECURITY_LOGGER_NAME - Static variable in interface com.att.eelf.configuration.Configuration
-
Logger name to be used for application security logging
- securityEvent(String, Object...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a security event using security logger at info level.
- securityEvent(EELFLogger.Level, String, Object...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a security event using security logger at given level.
- securityEvent(String, Object...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Used by security logger to record security event with arguments at info level
- securityEvent(EELFLogger.Level, String, Object...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Used by security logger to record security event with arguments at given level
- SERVER_LOGGER_NAME - Static variable in interface com.att.eelf.configuration.Configuration
-
Logger name to be used for application server logging
- serverEvent(String, Object...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a server event using server logger at info level.
- serverEvent(EELFLogger.Level, String, Object...) - Method in interface com.att.eelf.configuration.EELFLogger
-
Log a server event using server logger at a given level.
- serverEvent(String, Object...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
- serverEvent(EELFLogger.Level, String, Object...) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
Used by server logger to record server event with arguments at given level
- setLevel(EELFLogger.Level) - Method in interface com.att.eelf.configuration.EELFLogger
-
Change the logging level for the logger
- setLevel(EELFLogger.Level) - Method in class com.att.eelf.configuration.SLF4jWrapper
-
- SLF4jWrapper - Class in com.att.eelf.configuration
-
This class provides the implementation of EELFLogger interface.
- SLF4jWrapper(String) - Constructor for class com.att.eelf.configuration.SLF4jWrapper
-
Create the wrapper around the SLF4J logger
- start() - Static method in class com.att.eelf.utils.Stopwatch
-
Starts the watch if not already running.
- stop() - Static method in class com.att.eelf.utils.Stopwatch
-
Stops the accumulation of time on the watch if running
- Stopwatch - Class in com.att.eelf.utils
-
This class is used to time events to determine their duration.
- Stopwatch() - Constructor for class com.att.eelf.utils.Stopwatch
-
- Stopwatch.StopwatchState - Class in com.att.eelf.utils
-
This is the object that maintains our state on the thread local storage
- StopwatchState() - Constructor for class com.att.eelf.utils.Stopwatch.StopwatchState
-