Package | Description |
---|---|
org.jboss.logmanager | |
org.jboss.logmanager.formatters | |
org.jboss.logmanager.handlers |
Modifier and Type | Method | Description |
---|---|---|
static ExtLogRecord |
ExtLogRecord.wrap(java.util.logging.LogRecord rec) |
Wrap a JDK log record.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
ExtHandler.doPublish(ExtLogRecord record) |
Do the actual work of publication; the record will have been filtered already.
|
abstract java.lang.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 | Description |
---|---|
ExtLogRecord(ExtLogRecord original) |
Make a copy of a log record.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
StructuredFormatter.after(StructuredFormatter.Generator generator,
ExtLogRecord record) |
Invoked after the structured data has been added to the generator.
|
protected void |
StructuredFormatter.before(StructuredFormatter.Generator generator,
ExtLogRecord record) |
Invoked before the structured data is added to the generator.
|
java.lang.String |
MultistepFormatter.format(ExtLogRecord record) |
Format a message using an extended log record.
|
java.lang.String |
StructuredFormatter.format(ExtLogRecord record) |
|
void |
FormatStep.render(java.lang.StringBuilder builder,
ExtLogRecord record) |
Render a part of the log record.
|
Modifier and Type | Method | Description |
---|---|---|
ExtLogRecord[] |
QueueHandler.getQueue() |
Get a copy of the queue as it is at an exact moment in time.
|
Modifier and Type | Method | Description |
---|---|---|
protected byte[] |
SyslogHandler.createRFC3164Header(ExtLogRecord record) |
|
protected byte[] |
SyslogHandler.createRFC5424Header(ExtLogRecord record) |
|
protected void |
AsyncHandler.doPublish(ExtLogRecord record) |
Do the actual work of publication; the record will have been filtered already.
|
protected void |
DelayedHandler.doPublish(ExtLogRecord record) |
|
protected void |
QueueHandler.doPublish(ExtLogRecord record) |
|
protected void |
SocketHandler.doPublish(ExtLogRecord record) |
|
void |
SyslogHandler.doPublish(ExtLogRecord record) |
|
protected void |
WriterHandler.doPublish(ExtLogRecord record) |
Do the actual work of publication; the record will have been filtered already.
|
protected void |
PeriodicRotatingFileHandler.preWrite(ExtLogRecord record) |
Execute any pre-write policy, such as file rotation.
|
protected void |
PeriodicSizeRotatingFileHandler.preWrite(ExtLogRecord record) |
|
protected void |
SizeRotatingFileHandler.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.
|
void |
QueueHandler.publish(ExtLogRecord record) |
Copyright © 2018. All rights reserved.