Package 

Class Ice4jLogFormatter

  • All Implemented Interfaces:

    
    public class Ice4jLogFormatter
    extends Formatter
                        

    Print a brief summary of the LogRecord in a human readable. The summary will typically be on a single line (unless it's too long :) ... what I meant to say is that we don't add any line breaks).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      synchronized String format(LogRecord record) Format the given LogRecord.
      • 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 Detail

    • Method Detail

      • format

         synchronized String format(LogRecord record)

        Format the given LogRecord.

        Parameters:
        record - the log record to be formatted.