public class ELFormatter extends MessageFormatter
| Modifier and Type | Class and Description |
|---|---|
static class |
ELFormatter.CookieMap |
class |
ELFormatter.ELFormatterLogRecord
An api similar to java.util.logging.LogRecord that provides more complete
information for logging purposes.
|
| Constructor and Description |
|---|
ELFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.util.logging.LogRecord logRecord) |
java.lang.String |
getFormat() |
void |
init() |
void |
setFormat(RawString format) |
formatMessagepublic void setFormat(RawString format)
public java.lang.String getFormat()
@PostConstruct public void init() throws ConfigException
ConfigExceptionpublic java.lang.String format(java.util.logging.LogRecord logRecord)
format in class MessageFormatter