Uses of Interface
org.inxar.hotswap.ProxyLog

Packages that use ProxyLog
org.inxar.hotswap This package provides the core interfaces and reference implementation. 
 

Uses of ProxyLog in org.inxar.hotswap
 

Classes in org.inxar.hotswap that implement ProxyLog
 class ConsoleLog
          Concrete implementation of ProxyLog that writes to the console (or any Writer, to be precise).
 

Methods in org.inxar.hotswap that return ProxyLog
 ProxyLog ProxyClassLoader.getLog()
          Returns the ProxyLog or null if one has not been explicitly set.
 

Methods in org.inxar.hotswap with parameters of type ProxyLog
 void ProxyClassLoader.setLog(ProxyLog master)
          Sets the ProxyLog for this ProxyClassLoader and her daughter ProxyClass instances.