java.lang.Object
java.util.logging.Formatter
org.jboss.logmanager.ExtFormatter
io.quarkiverse.googlecloudservices.logging.runtime.util.SimpleFormatter

public class SimpleFormatter extends org.jboss.logmanager.ExtFormatter
This formatter uses the ExtFormatter without any modifications.
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
     
  • 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

    • SimpleFormatter

      public SimpleFormatter()
  • Method Details

    • format

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