| Package | Description |
|---|---|
| org.apache.log4j.spi |
Contains part of the System Programming Interface (SPI) needed to
extend log4j.
|
| org.jboss.logmanager | |
| org.jboss.logmanager.formatters | |
| org.jboss.logmanager.handlers |
| Modifier and Type | Method and Description |
|---|---|
ExtLogRecord |
LoggingEvent.getLogRecord() |
| Constructor and Description |
|---|
LoggingEvent(ExtLogRecord logRecord,
Category logger) |
| Modifier and Type | Method and Description |
|---|---|
static ExtLogRecord |
ExtLogRecord.wrap(LogRecord rec)
Wrap a JDK log record.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
ExtLogRecord(ExtLogRecord original)
Make a copy of a log record.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ExtLogRecord[] |
QueueHandler.getQueue()
Get a copy of the queue as it is at an exact moment in time.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WriterHandler.doPublish(ExtLogRecord record)
Do the actual work of publication; the record will have been filtered already.
|
protected void |
QueueHandler.doPublish(ExtLogRecord record) |
protected void |
AsyncHandler.doPublish(ExtLogRecord record)
Do the actual work of publication; the record will have been filtered already.
|
protected void |
WriterHandler.preWrite(ExtLogRecord record)
Execute any pre-write policy, such as file rotation.
|
protected void |
SizeRotatingFileHandler.preWrite(ExtLogRecord record)
Execute any pre-write policy, such as file rotation.
|
protected void |
PeriodicSizeRotatingFileHandler.preWrite(ExtLogRecord record) |
protected void |
PeriodicRotatingFileHandler.preWrite(ExtLogRecord record)
Execute any pre-write policy, such as file rotation.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.