edu.ntnu.cikmr.log
Class Log
java.lang.Object
edu.ntnu.cikmr.log.Log
- Direct Known Subclasses:
- LogComponentLog, PrintStreamLog, WorkflowLog
public abstract class Log
- extends java.lang.Object
Constructor Summary |
Log()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEVEL_INFORMATIVE
public static final int LEVEL_INFORMATIVE
- See Also:
- Constant Field Values
LEVEL_DEBUG
public static final int LEVEL_DEBUG
- See Also:
- Constant Field Values
LEVEL_ERROR
public static final int LEVEL_ERROR
- See Also:
- Constant Field Values
LEVEL_SEVERE
public static final int LEVEL_SEVERE
- See Also:
- Constant Field Values
Log
public Log()
logMessage
public abstract void logMessage(java.lang.Object source,
int level,
java.lang.String message)
setLogLevel
public void setLogLevel(int logLevel)
getLogLevel
public int getLogLevel()