Package com.webmethods.jms.log
Interface LogDestination
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
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.
-
-