|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Formatter
com.caucho.log.MessageFormatter
com.caucho.log.ELFormatter
public class ELFormatter
A Formatter that accepts an EL format string, and.
Nested Class Summary | |
---|---|
static class |
ELFormatter.CookieMap
|
class |
ELFormatter.ELFormatterLogRecord
An api similar to java.util.logging.LogRecord that provides more complete information for logging purposes. |
Constructor Summary | |
---|---|
ELFormatter()
|
Method Summary | |
---|---|
java.lang.String |
format(java.util.logging.LogRecord logRecord)
|
java.lang.String |
getFormat()
|
void |
init()
|
void |
setFormat(RawString format)
|
Methods inherited from class com.caucho.log.MessageFormatter |
---|
formatMessage |
Methods inherited from class java.util.logging.Formatter |
---|
getHead, getTail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ELFormatter()
Method Detail |
---|
public void setFormat(RawString format)
public java.lang.String getFormat()
@PostConstruct public void init() throws ConfigException
ConfigException
public java.lang.String format(java.util.logging.LogRecord logRecord)
format
in class MessageFormatter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |