FileDocCategorySizeDatePackage
LogDomains.javaAPI DocGlassfish v2 API3273Fri May 04 22:34:10 BST 2007com.sun.enterprise.web.logging.pwc

LogDomains

public class LogDomains extends Object
Class LogDomains

Fields Summary
public static final String
DOMAIN_ROOT
DOMAIN_ROOT the prefix for the logger name. This is public only so it can be accessed w/in the ias package space.
public static final String
PACKAGE_ROOT
PACKAGE_ROOT the prefix for the packages where logger resource bundles reside. This is public only so it can be accessed w/in the ias package space.
public static final String
RESOURCE_BUNDLE
RESOURCE_BUNDLE the name of the logging resource bundles.
public static final String
PACKAGE
Package where the resource bundle is located
public static final String
PWC_LOGGER
Field
Constructors Summary
Methods Summary
public static java.util.logging.LoggergetLogger(java.lang.String name)
Method getLogger

param
name
return


              
         
        return Logger.getLogger(name, PACKAGE + RESOURCE_BUNDLE);