Package 

Class JitsiLogFormatter

    • Constructor Summary

      Constructors 
      Constructor Description
      JitsiLogFormatter() The default constructor for JitsiLogFormatter which loadsprogram name property from logging.
    • Method Summary

      Modifier and Type Method Description
      synchronized String format(LogRecord record) Format the given LogRecord.
      • Methods inherited from class java.util.logging.Formatter

        format, formatMessage, getHead, getTail
      • Methods inherited from class java.lang.Object

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

      • JitsiLogFormatter

        JitsiLogFormatter()
        The default constructor for JitsiLogFormatter which loadsprogram name property from logging.
    • Method Detail

      • format

         synchronized String format(LogRecord record)

        Format the given LogRecord.

        Parameters:
        record - the log record to be formatted.