JavaScript is disabled on your browser.
SwiftMQ 13.0.2
Skip navigation links
SwiftMQ 13.0.2
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.swiftmq.impl.streams.comp.log.Log
Packages that use
Log
Package
Description
com.swiftmq.impl.streams
com.swiftmq.impl.streams.comp.log
Uses of
Log
in
com.swiftmq.impl.streams
Methods in
com.swiftmq.impl.streams
that return
Log
Modifier and Type
Method
Description
Log
Stream.
log
()
Returns the stream's Log
Uses of
Log
in
com.swiftmq.impl.streams.comp.log
Methods in
com.swiftmq.impl.streams.comp.log
that return
Log
Modifier and Type
Method
Description
Log
Log.
error
(
String
message)
Write a error message to the log file.
Log
Log.
info
(
String
message)
Write an informational message to the log file.
Log
Log.
warning
(
String
message)
Write a warning message to the log file.