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.JDK14LoggerImpl Class Reference
Inheritance diagram for com.mysql.clusterj.core.util.JDK14LoggerImpl:
Collaboration diagram for com.mysql.clusterj.core.util.JDK14LoggerImpl:

Public Member Functions

boolean isDetailEnabled ()
boolean isDebugEnabled ()
boolean isTraceEnabled ()
boolean isInfoEnabled ()
void detail (String message)
void debug (String message)
void trace (String message)
void info (String message)
void warn (String message)
void error (String message)
void fatal (String message)

Protected Attributes

java.util.logging.Logger delegate

Detailed Description

Definition at line 23 of file JDK14LoggerImpl.java.

Member Data Documentation

java.util.logging.Logger com.mysql.clusterj.core.util.JDK14LoggerImpl.delegate
protected

The logger delegate

Definition at line 26 of file JDK14LoggerImpl.java.


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