Class JitsiLogFormatter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      JitsiLogFormatter() The default constructor for JitsiLogFormatter which loads program name property from logging.
    • 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

      • JitsiLogFormatter

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

      • format

         synchronized String format(LogRecord record)

        Format the given LogRecord.

        Parameters:
        record - the log record to be formatted.
        Returns:

        a formatted log record