Remote Systems
v6.4.1

com.ibm.etools.systems.universal.miners
Class ServerLogger

java.lang.Object
  extended bycom.ibm.etools.systems.universal.miners.ServerLogger

public class ServerLogger
extends Object


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

copyright

public static final String copyright
See Also:
Constant Field Values

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

ServerLogger

public ServerLogger(String logPathName)
Method Detail

logInfo

public static void logInfo(String minerName,
                           String message)
logInfo

Parameters:
minerName -
message - Message text to be logged.

logWarning

public static void logWarning(String minerName,
                              String message)
logWarning

Parameters:
minerName -
message - Message text to be logged.

logError

public static void logError(String minerName,
                            String message,
                            Throwable exception)
logError

Parameters:
minerName -
message - Message text to be logged.
exception - Exception that generated the error. Used to print a stack trace.

logDebugMessage

public static void logDebugMessage(String minerName,
                                   String message)
logDebugMessage

Parameters:
minerName -
message - Message text to be logged.

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.