Uses of Interface
net.java.dev.vcc.api.Log

Packages that use Log
net.java.dev.vcc.api   
net.java.dev.vcc.spi   
 

Uses of Log in net.java.dev.vcc.api
 

Methods in net.java.dev.vcc.api that return Log
 Log LogFactory.getLog(java.lang.Class clazz)
          Gets the Log named clazz.getName().
 Log LogFactory.getLog(java.lang.Class clazz, java.lang.String bundleName)
          Gets the Log named clazz.getName().
 Log LogFactory.getLog(java.lang.String name)
          Gets the Log by name.
 Log LogFactory.getLog(java.lang.String name, java.lang.String bundleName)
          Gets the Log by name.
 

Uses of Log in net.java.dev.vcc.spi
 

Classes in net.java.dev.vcc.spi that implement Log
 class AbstractLog
          Base class for Log implementations
 

Methods in net.java.dev.vcc.spi that return Log
 Log AbstractDatacenter.getLog()
           
 Log AbstractLogFactory.getLog(java.lang.Class clazz)
          Gets the Log named clazz.getName().
 Log AbstractLogFactory.getLog(java.lang.Class clazz, java.lang.String bundleName)
          Gets the Log named clazz.getName().
 Log AbstractLogFactory.getLog(java.lang.String name)
          Gets the Log by name.
 Log AbstractLogFactory.getLog(java.lang.String name, java.lang.String bundleName)
          Gets the Log by name.
protected abstract  Log AbstractLogFactory.newLog(java.lang.String name, java.lang.String bundleName)
          Creates the named Log instance.
 



Copyright © 2009. All Rights Reserved.