Uses of Class
org.jboss.logmanager.ExtLogRecord
-
Packages that use ExtLogRecord Package Description org.jboss.logmanager org.jboss.logmanager.formatters org.jboss.logmanager.handlers -
-
Uses of ExtLogRecord in org.jboss.logmanager
Subclasses of ExtLogRecord in org.jboss.logmanager Modifier and Type Class Description (package private) class
WrappedExtLogRecord
Methods in org.jboss.logmanager that return ExtLogRecord Modifier and Type Method Description static ExtLogRecord
ExtLogRecord. wrap(java.util.logging.LogRecord rec)
Wrap a JDK log record.Methods in org.jboss.logmanager with parameters of type ExtLogRecord 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.(package private) boolean
LoggerNode. isLoggable(ExtLogRecord record)
Checks the filter to see if the record is loggable.private static boolean
LoggerNode. isLoggable(LoggerNode loggerNode, ExtLogRecord record)
void
Logger. logRaw(ExtLogRecord record)
Do the logging with no level checks (they've already been done).void
ExtHandler. publish(ExtLogRecord record)
Publish anExtLogRecord
.(package private) void
LoggerNode. publish(ExtLogRecord record)
Constructors in org.jboss.logmanager with parameters of type ExtLogRecord Constructor Description 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 Modifier and Type Method Description java.lang.String
MultistepFormatter. format(ExtLogRecord record)
Format a message using an extended log record.abstract java.lang.String
Formatters.SegmentedFormatStep. getSegmentedSubject(ExtLogRecord record)
void
FormatStep. render(java.lang.StringBuilder builder, ExtLogRecord record)
Render a part of the log record.void
Formatters.JustifyingFormatStep. render(java.lang.StringBuilder builder, ExtLogRecord record)
abstract void
Formatters.JustifyingFormatStep. renderRaw(java.lang.StringBuilder builder, ExtLogRecord record)
void
Formatters.SegmentedFormatStep. renderRaw(java.lang.StringBuilder builder, ExtLogRecord record)
-
Uses of ExtLogRecord in org.jboss.logmanager.handlers
Fields in org.jboss.logmanager.handlers with type parameters of type ExtLogRecord Modifier and Type Field Description private java.util.Deque<ExtLogRecord>
QueueHandler. buffer
private java.util.concurrent.BlockingQueue<ExtLogRecord>
AsyncHandler. recordQueue
Methods in org.jboss.logmanager.handlers that return ExtLogRecord Modifier and Type Method Description ExtLogRecord[]
QueueHandler. getQueue()
Get a copy of the queue as it is at an exact moment in time.Methods in org.jboss.logmanager.handlers with parameters of type ExtLogRecord 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
QueueHandler. 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)
-