com.basistech
Class LoggingChannels

java.lang.Object
  extended by com.basistech.LoggingChannels

public class LoggingChannels
extends Object

Class used to define logging constants.


Field Summary
static int ERROR_CHANNEL
          Numeric ID for the error logging channel.
static int INFO_CHANNEL
          Numeric ID for the info logging channel.
static int MEMORY_CHANNEL
          Numeric ID for the memory logging channel.
static int PERFORMANCE_CHANNEL
          Numeric ID for the performance logging channel.
static int WARNING_CHANNEL
          Numeric ID for the warning logging channel.
 
Constructor Summary
LoggingChannels()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WARNING_CHANNEL

public static final int WARNING_CHANNEL
Numeric ID for the warning logging channel.

See Also:
Constant Field Values

ERROR_CHANNEL

public static final int ERROR_CHANNEL
Numeric ID for the error logging channel.

See Also:
Constant Field Values

INFO_CHANNEL

public static final int INFO_CHANNEL
Numeric ID for the info logging channel.

See Also:
Constant Field Values

MEMORY_CHANNEL

public static final int MEMORY_CHANNEL
Numeric ID for the memory logging channel. (For internal use by Basis Technology.)

See Also:
Constant Field Values

PERFORMANCE_CHANNEL

public static final int PERFORMANCE_CHANNEL
Numeric ID for the performance logging channel. (For internal use by Basis Technology.)

See Also:
Constant Field Values
Constructor Detail

LoggingChannels

public LoggingChannels()


Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.