Uses of Class
net.i2p.util.Log

Packages that use Log
net.i2p.client Implements the base I2P SDK for developing applications that communicate through I2P. 
net.i2p.i2ptunnel.web   
net.i2p.router.networkdb.kademlia   
net.i2p.router.transport.tcp Implements the transport for communicating with other routers via TCP/IP. 
net.i2p.router.tunnel   
net.i2p.router.web   
net.i2p.util   
 

Uses of Log in net.i2p.client
 

Fields in net.i2p.client declared as Log
protected  Log HandlerImpl._log
           
 

Uses of Log in net.i2p.i2ptunnel.web
 

Fields in net.i2p.i2ptunnel.web declared as Log
protected  Log IndexBean._log
           
 

Uses of Log in net.i2p.router.networkdb.kademlia
 

Fields in net.i2p.router.networkdb.kademlia declared as Log
protected  Log PeerSelector._log
           
protected  Log KademliaNetworkDatabaseFacade._log
           
 

Uses of Log in net.i2p.router.transport.tcp
 

Fields in net.i2p.router.transport.tcp declared as Log
protected  Log ConnectionTagManager._log
           
 

Uses of Log in net.i2p.router.tunnel
 

Fields in net.i2p.router.tunnel declared as Log
protected  Log TunnelGateway._log
           
 

Uses of Log in net.i2p.router.web
 

Fields in net.i2p.router.web declared as Log
protected  Log FormHandler._log
           
 

Uses of Log in net.i2p.util
 

Methods in net.i2p.util that return Log
protected  Log Clock.getLog()
          we fetch it on demand to avoid circular dependencies (logging uses the clock)
 Log LogManager.getLog(java.lang.Class cls)
           
 Log LogManager.getLog(java.lang.Class cls, java.lang.String name)
           
 Log LogManager.getLog(java.lang.String name)
           
 

Methods in net.i2p.util with parameters of type Log
(package private)  void LogManager.addLog(Log log)
           
 boolean LogLimit.matches(Log log)
           
 

Constructors in net.i2p.util with parameters of type Log
Executor(I2PAppContext ctx, Log log, java.util.List events)