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