com.sun.enterprise.ee.cms.logging
Class GMSLogDomain

java.lang.Object
  extended by com.sun.enterprise.ee.cms.logging.GMSLogDomain

public class GMSLogDomain
extends Object

GMS logger that abstracts out application specific loggers. One can plug in any logger here - even potentially set custom log handlers through this abstraction.

Version:
$Revision: 1.5 $
Author:
Shreedhar Ganapathy Date: Apr 1, 2004

Field Summary
static String GMS_LOGGER
           
static String LOG_STRINGS
           
static String RESOURCE_BUNDLE
           
 
Constructor Summary
GMSLogDomain()
           
 
Method Summary
static Logger getLogger(String loggerName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GMS_LOGGER

public static final String GMS_LOGGER
See Also:
Constant Field Values

RESOURCE_BUNDLE

public static final String RESOURCE_BUNDLE
See Also:
Constant Field Values

LOG_STRINGS

public static final String LOG_STRINGS
See Also:
Constant Field Values
Constructor Detail

GMSLogDomain

public GMSLogDomain()
Method Detail

getLogger

public static Logger getLogger(String loggerName)


Copyright © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.