|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.logging.Formatter cz.cuni.amis.utils.logging.DefaultLogFormatter cz.cuni.amis.pogamut.base.utils.logging.LogFormatter
public class LogFormatter
Pogamut custom formatter used as default formatter for LogPublisher
.
Field Summary |
---|
Fields inherited from class cz.cuni.amis.utils.logging.DefaultLogFormatter |
---|
lineEnd, lineEnds, name, whitespaces |
Constructor Summary | |
---|---|
LogFormatter()
|
|
LogFormatter(boolean lineEnds)
|
|
LogFormatter(IAgentId agentId)
|
|
LogFormatter(IAgentId agentId,
boolean lineEnds)
|
Method Summary | |
---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
|
Methods inherited from class java.util.logging.Formatter |
---|
formatMessage, getHead, getTail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogFormatter()
public LogFormatter(boolean lineEnds)
public LogFormatter(IAgentId agentId)
public LogFormatter(IAgentId agentId, boolean lineEnds)
Method Detail |
---|
public java.lang.String format(java.util.logging.LogRecord record)
format
in class DefaultLogFormatter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |