logging-api 1.0.2.Final

Uses of Class
org.ocpsoft.logging.Logger

Packages that use Logger
org.ocpsoft.logging   
org.ocpsoft.logging.spi   
 

Uses of Logger in org.ocpsoft.logging
 

Subclasses of Logger in org.ocpsoft.logging
 class JDKLogAdapter
          Implementation of a log adapter that delegates to the JDK 1.4 logging API.
 

Methods in org.ocpsoft.logging that return Logger
 Logger JDKLogAdapterFactory.createLogAdapter(String logger)
           
static Logger Logger.getLogger(Class<?> clazz)
          Create a Logger instance for a specific class
static Logger Logger.getLogger(String logger)
          Create a Logger instance for a specific logger name
 

Uses of Logger in org.ocpsoft.logging.spi
 

Methods in org.ocpsoft.logging.spi that return Logger
 Logger LogAdapterFactory.createLogAdapter(String logger)
          Create a new log adapter for the given logger name.
 


logging-api 1.0.2.Final

Copyright © 2012 OCPsoft. All Rights Reserved.