|
JBoss Log Manager 1.2.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtLogRecord | |
---|---|
org.jboss.logmanager | |
org.jboss.logmanager.formatters | |
org.jboss.logmanager.handlers |
Uses of ExtLogRecord in org.jboss.logmanager |
---|
Methods in org.jboss.logmanager that return ExtLogRecord | |
---|---|
static ExtLogRecord |
ExtLogRecord.wrap(LogRecord rec)
Wrap a JDK log record. |
Methods in org.jboss.logmanager with parameters of type ExtLogRecord | |
---|---|
protected void |
ExtHandler.doPublish(ExtLogRecord record)
Do the actual work of publication; the record will have been filtered already. |
abstract String |
ExtFormatter.format(ExtLogRecord extLogRecord)
Format a message using an extended log record. |
void |
Logger.logRaw(ExtLogRecord record)
Do the logging with no level checks (they've already been done). |
void |
ExtHandler.publish(ExtLogRecord record)
Publish an ExtLogRecord . |
Constructors in org.jboss.logmanager with parameters of type ExtLogRecord | |
---|---|
ExtLogRecord(ExtLogRecord original)
Make a copy of a log record. |
Uses of ExtLogRecord in org.jboss.logmanager.formatters |
---|
Methods in org.jboss.logmanager.formatters with parameters of type ExtLogRecord | |
---|---|
String |
MultistepFormatter.format(ExtLogRecord record)
Format a message using an extended log record. |
void |
FormatStep.render(StringBuilder builder,
ExtLogRecord record)
Render a part of the log record. |
Uses of ExtLogRecord in org.jboss.logmanager.handlers |
---|
Methods in org.jboss.logmanager.handlers with parameters of type ExtLogRecord | |
---|---|
protected void |
NullHandler.doPublish(ExtLogRecord record)
Do the actual work of publication; the record will have been filtered already. |
protected void |
AsyncHandler.doPublish(ExtLogRecord record)
Do the actual work of publication; the record will have been filtered already. |
protected void |
WriterHandler.doPublish(ExtLogRecord record)
Do the actual work of publication; the record will have been filtered already. |
protected void |
SizeRotatingFileHandler.preWrite(ExtLogRecord record)
Execute any pre-write policy, such as file rotation. |
protected void |
PeriodicRotatingFileHandler.preWrite(ExtLogRecord record)
Execute any pre-write policy, such as file rotation. |
protected void |
WriterHandler.preWrite(ExtLogRecord record)
Execute any pre-write policy, such as file rotation. |
|
JBoss Log Manager 1.2.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |