Package com.webmethods.jms.log
Class LogLog4J
- java.lang.Object
-
- com.webmethods.jms.log.LogLog4J
-
- All Implemented Interfaces:
LogDestination
public class LogLog4J extends java.lang.Object implements LogDestination
-
-
Method Summary
All Methods Instance Methods Concrete 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
public void open()
Description copied from interface:LogDestination
Open the destination.- Specified by:
open
in interfaceLogDestination
-
publish
public void publish​(LogMessage message)
Description copied from interface:LogDestination
Publish a formatted log message.- Specified by:
publish
in interfaceLogDestination
- Parameters:
message
- The formatted log message to publish.
-
close
public void close()
Description copied from interface:LogDestination
Close the destination.- Specified by:
close
in interfaceLogDestination
-
-