Uses of Class
com.pelzer.util.Logging.Logger

Packages that use Logging.Logger
com.pelzer.util   
 

Uses of Logging.Logger in com.pelzer.util
 

Methods in com.pelzer.util that return Logging.Logger
static Logging.Logger Logging.getLogger(Class<?> loggedClass)
          Convenience method, same as doing getLogger(loggedClass.getName())
static Logging.Logger Logging.getLogger(Object loggedObject)
          Convenience method, same as doing getLogger(loggedObject.getClass().getName())
static Logging.Logger Logging.getLogger(String node)
          This is the new, official way to get a logger from the Logging system.
 



Copyright © 2012. All Rights Reserved.