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