RSE
Release 1.0

org.eclipse.rse.logging
Interface IRemoteSystemsLogging


public interface IRemoteSystemsLogging

Defines all logging constants.


Field Summary
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 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

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_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

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.