Class Log
java.lang.Object
com.swiftmq.impl.streams.comp.log.Log
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Internal use.Write a error message to the log file.Write an informational message to the log file.void
setLogInterceptor
(LogInterceptor logInterceptor) Write a warning message to the log file.
-
Constructor Details
-
Log
Internal use.
-
-
Method Details
-
setLogInterceptor
-
info
Write an informational message to the log file.- Parameters:
message
- message- Returns:
- Log
-
warning
Write a warning message to the log file.- Parameters:
message
- message- Returns:
- Log
-
error
Write a error message to the log file.- Parameters:
message
- message- Returns:
- Log
-
close
public void close()Internal use.
-