Class JsonFormatter

java.lang.Object
java.util.logging.Formatter
org.jboss.logmanager.ExtFormatter
io.quarkiverse.loggingjson.JsonFormatter

public class JsonFormatter extends org.jboss.logmanager.ExtFormatter
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.logmanager.ExtFormatter

    org.jboss.logmanager.ExtFormatter.Delegating
  • Constructor Summary

    Constructors
    Constructor
    Description
    JsonFormatter(List<JsonProvider> providers, JsonFactory jsonFactory, Config config)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    format(org.jboss.logmanager.ExtLogRecord record)
     

    Methods inherited from class org.jboss.logmanager.ExtFormatter

    format, formatMessage, formatMessageLegacy, formatMessageNone, formatMessagePrintf, isCallerCalculationRequired, wrap

    Methods inherited from class java.util.logging.Formatter

    getHead, getTail

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • format

      public String format(org.jboss.logmanager.ExtLogRecord record)
      Specified by:
      format in class org.jboss.logmanager.ExtFormatter