Interface LogDestination

  • All Known Implementing Classes:
    LogFile, LogLog4J

    public interface LogDestination
    The interface for a Log destination.
    • Method Detail

      • open

        void open()
        Open the destination.
      • publish

        void publish​(LogMessage message)
        Publish a formatted log message.
        Parameters:
        message - The formatted log message to publish.
      • close

        void close()
        Close the destination.