Class LogLog4J

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Close the destination.
      void open()
      Open the destination.
      void publish​(LogMessage message)
      Publish a formatted log message.
      • Methods inherited from class java.lang.Object

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

      • publish

        public void publish​(LogMessage message)
        Description copied from interface: LogDestination
        Publish a formatted log message.
        Specified by:
        publish in interface LogDestination
        Parameters:
        message - The formatted log message to publish.