Remote Systems
v6.4.1

com.ibm.etools.systems.logging
Interface IRemoteSystemsLogging


public interface IRemoteSystemsLogging

Defines all logging constants.


Field Summary
static String Copyright
           
static String DEBUG_LEVEL
          Name of the key that controls the logging level.
static int LOG_DEBUG
          Set debug_level to this value to get Debug messages.
static int LOG_ERROR
          Set debug_level to this value to get Error messages.
static int LOG_INFO
          Set debug_level to this value to get Information messages.
static String LOG_LOCATION
          Name of the key that controls the log location.
static String LOG_TO_FILE
          Set log_location to this value to log to a file.
static String LOG_TO_STDOUT
          Set log_location to this value to log to a Std out.
static int LOG_WARNING
          Set debug_level to this value to get Warning messages.
static String PLUGIN_ID
          Name of the key that controls the logging level.
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

PLUGIN_ID

public static final String PLUGIN_ID
Name of the key that controls the logging level.

See Also:
Constant Field Values

DEBUG_LEVEL

public static final String DEBUG_LEVEL
Name of the key that controls the logging level.
(value is "debug_level").

See Also:
Constant Field Values

LOG_LOCATION

public static final String LOG_LOCATION
Name of the key that controls the log location.
(value is "log_location").

See Also:
Constant Field Values

LOG_ERROR

public static final int LOG_ERROR
Set debug_level to this value to get Error messages.
(value is 0).

See Also:
Constant Field Values

LOG_WARNING

public static final int LOG_WARNING
Set debug_level to this value to get Warning messages.
(value is 1).

See Also:
Constant Field Values

LOG_INFO

public static final int LOG_INFO
Set debug_level to this value to get Information messages.
(value is 2).

See Also:
Constant Field Values

LOG_DEBUG

public static final int LOG_DEBUG
Set debug_level to this value to get Debug messages.
(value is 3).

See Also:
Constant Field Values

LOG_TO_FILE

public static final String LOG_TO_FILE
Set log_location to this value to log to a file.
(value is "Log_To_File").

See Also:
Constant Field Values

LOG_TO_STDOUT

public static final String LOG_TO_STDOUT
Set log_location to this value to log to a Std out.
(value is "Log_To_StdOut").

See Also:
Constant Field Values

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.