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
Methods in org.jboss.logmanager that return ExtLogRecord Modifier and Type Method Description protected ExtLogRecordExtErrorManager. errorToLogRecord(String msg, Exception ex, int code)Convert the given error to a log record which can be published to handler(s) or stored.static ExtLogRecordExtLogRecord. wrap(LogRecord rec)Wrap a JDK log record.Methods in org.jboss.logmanager with parameters of type ExtLogRecord Modifier and Type Method Description protected voidExtHandler. doPublish(ExtLogRecord record)Do the actual work of publication; the record will have been filtered already.StringExtFormatter.Delegating. format(ExtLogRecord record)abstract StringExtFormatter. format(ExtLogRecord record)Format a message using an extended log record.voidLogger. logRaw(ExtLogRecord record)Do the logging with no level checks (they've already been done).voidExtHandler. publish(ExtLogRecord record)Publish anExtLogRecord.protected voidExtHandler. publishToNestedHandlers(ExtLogRecord record)Publish a log record to each nested handler.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 protected voidStructuredFormatter. after(StructuredFormatter.Generator generator, ExtLogRecord record)Invoked after the structured data has been added to the generator.protected voidStructuredFormatter. before(StructuredFormatter.Generator generator, ExtLogRecord record)Invoked before the structured data is added to the generator.StringMultistepFormatter. format(ExtLogRecord record)Format a message using an extended log record.StringStructuredFormatter. format(ExtLogRecord record)voidFormatStep. render(StringBuilder builder, ExtLogRecord record)Render a part of the log record.default voidFormatStep. render(Formatter formatter, StringBuilder builder, ExtLogRecord record)Render a part of the log record to the given formatter. -
Uses of ExtLogRecord in org.jboss.logmanager.handlers
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 voidAsyncHandler. doPublish(ExtLogRecord record)Do the actual work of publication; the record will have been filtered already.protected voidDelayedHandler. doPublish(ExtLogRecord record)protected voidQueueHandler. doPublish(ExtLogRecord record)protected voidSocketHandler. doPublish(ExtLogRecord record)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)
-