|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.universal.miners.ServerLogger
Field Summary | |
---|---|
static String |
copyright
|
static boolean |
DEBUG
|
Constructor Summary | |
---|---|
ServerLogger(String logPathName)
|
Method Summary | |
---|---|
static void |
logDebugMessage(String minerName,
String message)
logDebugMessage |
static void |
logError(String minerName,
String message,
Throwable exception)
logError |
static void |
logInfo(String minerName,
String message)
logInfo |
static void |
logWarning(String minerName,
String message)
logWarning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
public static final boolean DEBUG
Constructor Detail |
public ServerLogger(String logPathName)
Method Detail |
public static void logInfo(String minerName, String message)
minerName
- message
- Message text to be logged.public static void logWarning(String minerName, String message)
minerName
- message
- Message text to be logged.public static void logError(String minerName, String message, Throwable exception)
minerName
- message
- Message text to be logged.exception
- Exception that generated the error. Used to print a stack trace.public static void logDebugMessage(String minerName, String message)
minerName
- message
- Message text to be logged.
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |