Uses of Class
org.jboss.logmanager.ExtLogRecord
Packages that use ExtLogRecord
Package
Description
-
Uses of ExtLogRecord in org.jboss.logmanager
Subclasses of ExtLogRecord in org.jboss.logmanagerMethods in org.jboss.logmanager that return ExtLogRecordMethods in org.jboss.logmanager with parameters of type ExtLogRecordModifier and TypeMethodDescriptionprotected voidExtHandler.doPublish(ExtLogRecord record) Do the actual work of publication; the record will have been filtered already.abstract StringExtFormatter.format(ExtLogRecord extLogRecord) Format a message using an extended log record.(package private) booleanLoggerNode.isLoggable(ExtLogRecord record) Checks the filter to see if the record is loggable.private static booleanLoggerNode.isLoggable(LoggerNode loggerNode, ExtLogRecord record) voidLogger.logRaw(ExtLogRecord record) Do the logging with no level checks (they've already been done).voidExtHandler.publish(ExtLogRecord record) Publish anExtLogRecord.(package private) voidLoggerNode.publish(ExtLogRecord record) Constructors in org.jboss.logmanager with parameters of type ExtLogRecord -
Uses of ExtLogRecord in org.jboss.logmanager.formatters
Methods in org.jboss.logmanager.formatters with parameters of type ExtLogRecordModifier and TypeMethodDescriptionMultistepFormatter.format(ExtLogRecord record) Format a message using an extended log record.abstract StringFormatters.SegmentedFormatStep.getSegmentedSubject(ExtLogRecord record) voidFormatStep.render(StringBuilder builder, ExtLogRecord record) Render a part of the log record.voidFormatters.JustifyingFormatStep.render(StringBuilder builder, ExtLogRecord record) abstract voidFormatters.JustifyingFormatStep.renderRaw(StringBuilder builder, ExtLogRecord record) voidFormatters.SegmentedFormatStep.renderRaw(StringBuilder builder, ExtLogRecord record) -
Uses of ExtLogRecord in org.jboss.logmanager.handlers
Fields in org.jboss.logmanager.handlers with type parameters of type ExtLogRecordModifier and TypeFieldDescriptionprivate final Deque<ExtLogRecord> QueueHandler.bufferprivate final BlockingQueue<ExtLogRecord> AsyncHandler.recordQueueMethods in org.jboss.logmanager.handlers that return ExtLogRecordModifier and TypeMethodDescriptionQueueHandler.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 ExtLogRecordModifier and TypeMethodDescriptionprotected byte[]SyslogHandler.createRFC3164Header(ExtLogRecord record) protected byte[]SyslogHandler.createRFC5424Header(ExtLogRecord record) protected voidAsyncHandler.doPublish(ExtLogRecord record) Do the actual work of publication; the record will have been filtered already.protected voidQueueHandler.doPublish(ExtLogRecord record) final voidSyslogHandler.doPublish(ExtLogRecord record) protected voidWriterHandler.doPublish(ExtLogRecord record) Do the actual work of publication; the record will have been filtered already.protected voidPeriodicRotatingFileHandler.preWrite(ExtLogRecord record) Execute any pre-write policy, such as file rotation.protected voidPeriodicSizeRotatingFileHandler.preWrite(ExtLogRecord record) protected voidSizeRotatingFileHandler.preWrite(ExtLogRecord record) Execute any pre-write policy, such as file rotation.protected voidWriterHandler.preWrite(ExtLogRecord record) Execute any pre-write policy, such as file rotation.voidQueueHandler.publish(ExtLogRecord record)