Package com.swiftmq.tools.log
Interface Log
-
- All Known Implementing Classes:
Logger,OutStreamLogger
public interface LogBase interface for all log and logDebug implementations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlogMessage(LogValue logValue)
-
-
-
Method Detail
-
logMessage
void logMessage(LogValue logValue)
- Parameters:
logValue- The log value
-
-