logging-api 1.0.1.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(java.lang.String logger)
           
static Logger Logger.getLogger(java.lang.Class<?> clazz)
          Create a Logger instance for a specific class
static Logger Logger.getLogger(java.lang.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(java.lang.String logger)
          Create a new log adapter for the given logger name.
 


logging-api 1.0.1.Final

Copyright © 2012 OCPsoft. All Rights Reserved.