Uses of Interface
org.inxar.hotswap.ProxyLog.Channel

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

Uses of ProxyLog.Channel in org.inxar.hotswap
 

Methods in org.inxar.hotswap that return ProxyLog.Channel
 ProxyLog.Channel ProxyLog.newChannel(String label, Object obj)
          Creates a new logging channel for the given Object under the given "common" label.
 ProxyLog.Channel ConsoleLog.newChannel(String name, Object obj)