Class TFormatter


  • public abstract class TFormatter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TFormatter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String format​(java.util.logging.LogRecord record)  
      • Methods inherited from class java.lang.Object

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

      • TFormatter

        public TFormatter()
    • Method Detail

      • format

        public abstract java.lang.String format​(java.util.logging.LogRecord record)