Java EE 5 SDK

com.sun.appserv.management.base
Class LoggerSupport

java.lang.Object
  extended by com.sun.appserv.management.base.LoggerSupport

public final class LoggerSupport
extends Object


Field Summary
static String AMX_CLIENT_LOGGER
          Name of the root logger for AMX client code.
static String AMX_CLIENT_LOGGER_PREFIX
           
static String AMX_LOGGER_PREFIX
           
static String AMX_MBEAN_LOGGER_PREFIX
           
static String AMX_MBEAN_ROOT_LOGGER
          Name of the root logger for all MBean loggers.
static String AMX_ROOT_LOGGER
          Name of the root logger for all AMX
static String AMX_SERVER_LOGGER
          Name of the root logger for AMX server code
static String AMX_SERVER_LOGGER_PREFIX
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AMX_LOGGER_PREFIX

public static final String AMX_LOGGER_PREFIX
See Also:
Constant Field Values

AMX_CLIENT_LOGGER_PREFIX

public static final String AMX_CLIENT_LOGGER_PREFIX
See Also:
Constant Field Values

AMX_SERVER_LOGGER_PREFIX

public static final String AMX_SERVER_LOGGER_PREFIX
See Also:
Constant Field Values

AMX_MBEAN_LOGGER_PREFIX

public static final String AMX_MBEAN_LOGGER_PREFIX
See Also:
Constant Field Values

AMX_ROOT_LOGGER

public static final String AMX_ROOT_LOGGER
Name of the root logger for all AMX

See Also:
Constant Field Values

AMX_CLIENT_LOGGER

public static final String AMX_CLIENT_LOGGER
Name of the root logger for AMX client code.

See Also:
Constant Field Values

AMX_MBEAN_ROOT_LOGGER

public static final String AMX_MBEAN_ROOT_LOGGER
Name of the root logger for all MBean loggers.

See Also:
Constant Field Values

AMX_SERVER_LOGGER

public static final String AMX_SERVER_LOGGER
Name of the root logger for AMX server code

See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.