Uses of Class
net.i2p.util.Log

Packages that use Log
net.i2p.BOB BOB, the Basic Open Bridge, allows TCP applications to talk over I2P. 
net.i2p.client Implements the base I2P SDK for developing applications that communicate through I2P. 
net.i2p.i2ptunnel.web   
net.i2p.router.client   
net.i2p.router.networkdb.kademlia   
net.i2p.router.startup   
net.i2p.router.tunnel   
net.i2p.router.web   
net.i2p.util These classes define the several useful utilities used throughout the router and applications. 
 

Uses of Log in net.i2p.BOB
 

Constructors in net.i2p.BOB with parameters of type Log
DoCMDS(java.util.concurrent.atomic.AtomicBoolean LIVE, java.util.concurrent.atomic.AtomicBoolean lock, java.net.Socket server, java.util.Properties props, NamedDB database, Log _log)
           
I2Plistener(I2PServerSocket SS, I2PSocketManager S, NamedDB info, NamedDB database, Log _log, java.util.concurrent.atomic.AtomicBoolean lives)
          Constructor
MUXlisten(java.util.concurrent.atomic.AtomicBoolean lock, NamedDB database, NamedDB info, Log _log)
          Constructor Will fail if INPORT is occupied.
TCPlistener(java.net.ServerSocket listener, I2PSocketManager S, NamedDB info, NamedDB database, Log _log, java.util.concurrent.atomic.AtomicBoolean lives)
          Constructor
UDPIOthread(NamedDB info, Log _log, java.net.Socket socket, I2PSession _session)
          Constructor
 

Uses of Log in net.i2p.client
 

Fields in net.i2p.client declared as Log
protected  Log I2PSessionImpl._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.client
 

Fields in net.i2p.router.client declared as Log
protected  Log ClientListenerRunner._log
           
 

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

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

Uses of Log in net.i2p.router.startup
 

Methods in net.i2p.router.startup with parameters of type Log
static void LoadClientAppsJob.runClient(java.lang.String className, java.lang.String clientName, java.lang.String[] args, Log log)
          Run client in a new thread.
static void LoadClientAppsJob.runClient(java.lang.String className, java.lang.String clientName, java.lang.String[] args, Log log, java.lang.ThreadGroup threadGroup, java.lang.ClassLoader cl)
          Run client in a new thread.
static void LoadClientAppsJob.runClientInline(java.lang.String className, java.lang.String clientName, java.lang.String[] args, Log log)
          Run client in this thread.
static void LoadClientAppsJob.runClientInline(java.lang.String className, java.lang.String clientName, java.lang.String[] args, Log log, java.lang.ClassLoader cl)
          Run client in this thread.
 

Uses of Log in net.i2p.router.tunnel
 

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

Uses of Log in net.i2p.router.web
 

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

Uses of Log in net.i2p.util
 

Fields in net.i2p.util declared as Log
protected  Log EepGet._log
           
 

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 that return types with arguments of type Log
 java.util.List<Log> LogManager.getLogs()
          Deprecated. unused
 

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, SimpleStore x)