| Package | Description |
|---|---|
| com.att.eelf.configuration | |
| com.att.eelf.i18n |
| Modifier and Type | Method and Description |
|---|---|
void |
SLF4jWrapper.debug(EELFResolvableErrorEnum errorCode,
String... args) |
void |
EELFLogger.debug(EELFResolvableErrorEnum errorCode,
String... args)
Log a debug message based on message key as defined in resource bundle with arguments.
|
void |
SLF4jWrapper.debug(EELFResolvableErrorEnum errorCode,
Throwable th,
String... args) |
void |
EELFLogger.debug(EELFResolvableErrorEnum errorCode,
Throwable th,
String... args)
Log a debug message based on message key as defined in resource bundle along with exception.
|
void |
SLF4jWrapper.debug(Locale locale,
EELFResolvableErrorEnum errorCode,
String... args) |
void |
EELFLogger.debug(Locale locale,
EELFResolvableErrorEnum errorCode,
String... args)
Log a debug message based on message key as defined in resource bundle for the given locale.
|
void |
SLF4jWrapper.debug(Locale locale,
EELFResolvableErrorEnum errorCode,
Throwable th,
String... args) |
void |
EELFLogger.debug(Locale locale,
EELFResolvableErrorEnum errorCode,
Throwable th,
String... args)
Log a debug message based on message key as defined in resource bundle for the given locale
along with exception.
|
void |
SLF4jWrapper.error(EELFResolvableErrorEnum errorCode,
String... args) |
void |
EELFLogger.error(EELFResolvableErrorEnum errorCode,
String... args)
Log a error message based on message key as defined in resource bundle with arguments.
|
void |
SLF4jWrapper.error(EELFResolvableErrorEnum errorCode,
Throwable th,
String... args) |
void |
EELFLogger.error(EELFResolvableErrorEnum errorCode,
Throwable th,
String... args)
Log a error message based on message key as defined in resource bundle along with exception.
|
void |
SLF4jWrapper.error(Locale locale,
EELFResolvableErrorEnum errorCode,
String... args) |
void |
EELFLogger.error(Locale locale,
EELFResolvableErrorEnum errorCode,
String... args)
Log a error message based on message key as defined in resource bundle for the given locale.
|
void |
SLF4jWrapper.error(Locale locale,
EELFResolvableErrorEnum errorCode,
Throwable th,
String... args) |
void |
EELFLogger.error(Locale locale,
EELFResolvableErrorEnum errorCode,
Throwable th,
String... args)
Log a error message based on message key as defined in resource bundle for the given locale
along with exception.
|
void |
SLF4jWrapper.info(EELFResolvableErrorEnum errorCode,
String... args) |
void |
EELFLogger.info(EELFResolvableErrorEnum errorCode,
String... args)
Log a info message based on message key as defined in resource bundle with arguments.
|
void |
SLF4jWrapper.info(EELFResolvableErrorEnum errorCode,
Throwable th,
String... args) |
void |
EELFLogger.info(EELFResolvableErrorEnum errorCode,
Throwable th,
String... args)
Log a info message based on message key as defined in resource bundle along with exception.
|
void |
SLF4jWrapper.info(Locale locale,
EELFResolvableErrorEnum errorCode,
String... args) |
void |
EELFLogger.info(Locale locale,
EELFResolvableErrorEnum errorCode,
String... args)
Log a info message based on message key as defined in resource bundle for the given locale.
|
void |
SLF4jWrapper.info(Locale locale,
EELFResolvableErrorEnum errorCode,
Throwable th,
String... args) |
void |
EELFLogger.info(Locale locale,
EELFResolvableErrorEnum errorCode,
Throwable th,
String... args)
Log a info message based on message key as defined in resource bundle for the given locale
along with exception.
|
void |
SLF4jWrapper.trace(EELFResolvableErrorEnum errorCode,
String... args) |
void |
EELFLogger.trace(EELFResolvableErrorEnum errorCode,
String... args)
Log a trace message based on message key as defined in resource bundle with arguments.
|
void |
SLF4jWrapper.trace(EELFResolvableErrorEnum errorCode,
Throwable th,
String... args) |
void |
EELFLogger.trace(EELFResolvableErrorEnum errorCode,
Throwable th,
String... args)
Log a trace message based on message key as defined in resource bundle along with exception.
|
void |
SLF4jWrapper.trace(Locale locale,
EELFResolvableErrorEnum errorCode,
String... args) |
void |
EELFLogger.trace(Locale locale,
EELFResolvableErrorEnum errorCode,
String... args)
Log a trace message based on message key as defined in resource bundle for the given locale.
|
void |
SLF4jWrapper.trace(Locale locale,
EELFResolvableErrorEnum errorCode,
Throwable th,
String... args) |
void |
EELFLogger.trace(Locale locale,
EELFResolvableErrorEnum errorCode,
Throwable th,
String... args)
Log a trace message based on message key as defined in resource bundle for the given locale
along with exception.
|
void |
SLF4jWrapper.warn(EELFResolvableErrorEnum errorCode,
String... args) |
void |
EELFLogger.warn(EELFResolvableErrorEnum errorCode,
String... args)
Log a warn message based on message key as defined in resource bundle with arguments.
|
void |
SLF4jWrapper.warn(EELFResolvableErrorEnum errorCode,
Throwable th,
String... args) |
void |
EELFLogger.warn(EELFResolvableErrorEnum errorCode,
Throwable th,
String... args)
Log a warn message based on message key as defined in resource bundle along with exception.
|
void |
SLF4jWrapper.warn(Locale locale,
EELFResolvableErrorEnum errorCode,
String... args) |
void |
EELFLogger.warn(Locale locale,
EELFResolvableErrorEnum errorCode,
String... args)
Log a warn message based on message key as defined in resource bundle for the given locale.
|
void |
SLF4jWrapper.warn(Locale locale,
EELFResolvableErrorEnum errorCode,
Throwable th,
String... args) |
void |
EELFLogger.warn(Locale locale,
EELFResolvableErrorEnum errorCode,
Throwable th,
String... args)
Log a warn message based on message key as defined in resource bundle for the given locale
along with exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EELFMsgs |
| Modifier and Type | Method and Description |
|---|---|
static String |
EELFResourceManager.format(EELFResolvableErrorEnum resourceId,
String... arguments)
Formats a message identified by the application msg enumeration
|
static String |
EELFResourceManager.format(EELFResolvableErrorEnum resourceId,
Throwable exception,
String... arguments)
Formats a message identified by the application msg enumeration
|
static String |
EELFResourceManager.format(Locale locale,
EELFResolvableErrorEnum resourceId,
String... arguments)
Formats a message identified by the application msg enumeration
|
static String |
EELFResourceManager.format(Locale locale,
EELFResolvableErrorEnum resourceId,
Throwable exception,
String... arguments)
Formats a message identified by the application msg enumeration
|
static String |
EELFResourceManager.getDescription(EELFResolvableErrorEnum resourceId)
This is a convenience method that returns the message description indicated by the specified id, or key, in the
resource bundle.
|
static String |
EELFResourceManager.getDescription(Locale locale,
EELFResolvableErrorEnum resourceId)
Obtains the specified description from description resource bundles that are loaded based on the resource id.
|
static String |
EELFResourceManager.getIdentifier(EELFResolvableErrorEnum resourceId)
This is a convenience method that returns the message error code indicated by the specified id, or key, in the
resource bundle.
|
static String |
EELFResourceManager.getIdentifier(Locale locale,
EELFResolvableErrorEnum resourceId)
Obtains the specified description from description resource bundles that are loaded based on the resource id.
|
static String |
EELFResourceManager.getMessage(EELFResolvableErrorEnum resourceId)
This is a method that returns the resource indicated by the specified id, or key, in the resource
bundle.
|
static String |
EELFResourceManager.getMessage(EELFResolvableErrorEnum resourceId,
String... args)
This is a method that returns the resource indicated by the specified id, or key, in the resource
bundle.
|
static String |
EELFResourceManager.getResolution(EELFResolvableErrorEnum resource)
This is a convenience method that returns the message resolution indicated by the specified id, or key, in the
resource bundle.
|
static String |
EELFResourceManager.getResolution(Locale locale,
EELFResolvableErrorEnum resource)
Obtains the specified resolution from the resource bundles that are loaded based on the resource id.
|
Copyright © 2016. All rights reserved.