Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
hk.hku.cecid.phoenix.common.util.Logger

Uses of Logger in hk.hku.cecid.phoenix.common.util
 

Subclasses of Logger in hk.hku.cecid.phoenix.common.util
 class JDKLogger
          This is the implementation class for logging using JDK 1.4 library.
 class Log4JLogger
          This is the implementation class for logging using log4j library.
 

Methods in hk.hku.cecid.phoenix.common.util that return Logger
static Logger Logger.getLogger(java.lang.String name)
          Gets a logger instance by a specified name as key.