MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.core.util.JDK14LoggerFactoryImpl Class Reference
Inheritance diagram for com.mysql.clusterj.core.util.JDK14LoggerFactoryImpl:
Collaboration diagram for com.mysql.clusterj.core.util.JDK14LoggerFactoryImpl:

Public Member Functions

 JDK14LoggerFactoryImpl ()
Logger registerLogger (String loggerName)
Logger getInstance (Class cls)
synchronized Logger getInstance (String loggerName)
- Public Member Functions inherited from com.mysql.clusterj.core.util.LoggerFactory
Logger getInstance (Class<?> cls)

Static Public Attributes

static final String CLUSTERJ_LOGGER = "com.mysql.clusterj.core"
static final String CLUSTERJ_METADATA_LOGGER = "com.mysql.clusterj.core.metadata"
static final String CLUSTERJ_UTIL_LOGGER = "com.mysql.clusterj.core.util"
static final String CLUSTERJ_QUERY_LOGGER = "com.mysql.clusterj.core.query"

Detailed Description

Definition at line 24 of file JDK14LoggerFactoryImpl.java.

Constructor & Destructor Documentation

com.mysql.clusterj.core.util.JDK14LoggerFactoryImpl.JDK14LoggerFactoryImpl ( )
inline

The constructor

Definition at line 45 of file JDK14LoggerFactoryImpl.java.

Here is the call graph for this function:

Member Function Documentation

synchronized Logger com.mysql.clusterj.core.util.JDK14LoggerFactoryImpl.getInstance ( String  loggerName)
inline

Get an instance of the logger. The logger is configured based on the name. The logger must already exist.

Parameters
loggerNamethe name of the logger, normally the package name
Returns
the logger

Implements com.mysql.clusterj.core.util.LoggerFactory.

Definition at line 67 of file JDK14LoggerFactoryImpl.java.

Here is the call graph for this function:

Logger com.mysql.clusterj.core.util.JDK14LoggerFactoryImpl.registerLogger ( String  loggerName)
inline

Register an instance of the logger.

Parameters
loggerNamethe name of the logger, normally the package name

Implements com.mysql.clusterj.core.util.LoggerFactory.

Definition at line 54 of file JDK14LoggerFactoryImpl.java.

Here is the caller graph for this function:

Member Data Documentation

final String com.mysql.clusterj.core.util.JDK14LoggerFactoryImpl.CLUSTERJ_LOGGER = "com.mysql.clusterj.core"
static

The root logger name

Definition at line 27 of file JDK14LoggerFactoryImpl.java.

final String com.mysql.clusterj.core.util.JDK14LoggerFactoryImpl.CLUSTERJ_METADATA_LOGGER = "com.mysql.clusterj.core.metadata"
static

The metadata logger name

Definition at line 30 of file JDK14LoggerFactoryImpl.java.

final String com.mysql.clusterj.core.util.JDK14LoggerFactoryImpl.CLUSTERJ_QUERY_LOGGER = "com.mysql.clusterj.core.query"
static

The query logger name

Definition at line 36 of file JDK14LoggerFactoryImpl.java.

final String com.mysql.clusterj.core.util.JDK14LoggerFactoryImpl.CLUSTERJ_UTIL_LOGGER = "com.mysql.clusterj.core.util"
static

The util logger name

Definition at line 33 of file JDK14LoggerFactoryImpl.java.


The documentation for this class was generated from the following file: