Modifier and Type | Field and Description |
---|---|
static String |
OPENWEBBEANS_LOGGING_FACTORY_PROP |
Constructor and Description |
---|
WebBeansLoggerFacade() |
Modifier and Type | Method and Description |
---|---|
static Object[] |
args(Object... values) |
static String |
constructMessage(String messageKey,
Object... args) |
static Logger |
getLogger(Class<?> clazz)
Gets the new web beans logger instance.
|
static Logger |
getLogger(Class<?> clazz,
Locale desiredLocale)
Gets the new web beans logger instance.
|
static String |
getTokenString(String messageKey) |
public static final String OPENWEBBEANS_LOGGING_FACTORY_PROP
public static Logger getLogger(Class<?> clazz)
clazz
- own the return loggerpublic static Logger getLogger(Class<?> clazz, Locale desiredLocale)
clazz
- own the return loggerdesiredLocale
- Locale used to select the Message resource bundle.Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.