Package net.i2p.util

Class Log

java.lang.Object
net.i2p.util.Log

public class Log
extends Object
Wrapper class for whatever logging system I2P uses. This class should be instantiated and kept as a variable for each class it is used by, e.g. private final Log _log = context.logManager().getLog(MyClassName.class); If there is anything in here that doesn't make sense, turn off your computer and go fly a kite.
Author:
jrandom