Package org.pentaho.di.core.logging
Interface LogMessageInterface
-
- All Known Implementing Classes:
LogMessage
public interface LogMessageInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[]
getArguments()
String
getCopy()
LogLevel
getLevel()
String
getLogChannelId()
String
getMessage()
String
getSubject()
-