org.tinygroup.jspengine.common.util.logging
类 LogDomains

java.lang.Object
  继承者 org.tinygroup.jspengine.common.util.logging.LogDomains

public class LogDomains
extends Object

Class LogDomains


字段摘要
static String CMN_LOGGER
          Field
static String DOMAIN_ROOT
          DOMAIN_ROOT the prefix for the logger name.
static String PACKAGE
          Package where the resource bundle is located
static String RESOURCE_BUNDLE
          RESOURCE_BUNDLE the name of the logging resource bundles.
 
构造方法摘要
LogDomains()
           
 
方法摘要
static Logger getLogger(String name)
          Method getLogger
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

DOMAIN_ROOT

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.

另请参见:
常量字段值

RESOURCE_BUNDLE

public static final String RESOURCE_BUNDLE
RESOURCE_BUNDLE the name of the logging resource bundles.

另请参见:
常量字段值

PACKAGE

public static final String PACKAGE
Package where the resource bundle is located

另请参见:
常量字段值

CMN_LOGGER

public static final String CMN_LOGGER
Field

另请参见:
常量字段值
构造方法详细信息

LogDomains

public LogDomains()
方法详细信息

getLogger

public static Logger getLogger(String name)
Method getLogger

参数:
name -
返回:


Copyright © 2006–2014 开源组织. All rights reserved.