Class Log

java.lang.Object
com.swiftmq.impl.streams.comp.log.Log

public class Log extends Object
Represents the Stream's log file. The log file is maintained by the Log Swiftlet and located in the log sink directory.
Author:
IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
  • Constructor Details

  • Method Details

    • setLogInterceptor

      public void setLogInterceptor(LogInterceptor logInterceptor)
    • info

      public Log info(String message)
      Write an informational message to the log file.
      Parameters:
      message - message
      Returns:
      Log
    • warning

      public Log warning(String message)
      Write a warning message to the log file.
      Parameters:
      message - message
      Returns:
      Log
    • error

      public Log error(String message)
      Write a error message to the log file.
      Parameters:
      message - message
      Returns:
      Log
    • close

      public void close()
      Internal use.