Class DebugFormatterStdErrText

java.lang.Object
java.util.logging.Formatter
de.bsvrz.sys.funclib.debug.DebugFormatterStdErrText
Direct Known Subclasses:
DebugFormatterFileText

public class DebugFormatterStdErrText
extends java.util.logging.Formatter
Gibt die DebugMeldungen als Text aus.
  • Constructor Summary

    Constructors
    Constructor Description
    DebugFormatterStdErrText()  
    DebugFormatterStdErrText​(boolean debugStdErrWithStackTraces)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String format​(java.util.logging.LogRecord lr)
    Gibt die Debug-Meldung aus

    Methods inherited from class java.util.logging.Formatter

    formatMessage, getHead, getTail

    Methods inherited from class java.lang.Object

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

    • DebugFormatterStdErrText

      public DebugFormatterStdErrText()
    • DebugFormatterStdErrText

      public DebugFormatterStdErrText​(boolean debugStdErrWithStackTraces)
  • Method Details

    • format

      public java.lang.String format​(java.util.logging.LogRecord lr)
      Gibt die Debug-Meldung aus
      Specified by:
      format in class java.util.logging.Formatter
      Parameters:
      lr - LogRecord mit den Informationen einer Meldung.
      Returns:
      Gibt den als Text formatierten Meldungstext mit den im LogRecord übergebenen Informationen aus.