http://i2p-javadocs.i2p/net/i2p/util/LogConsoleBuffer.html
Object clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait Constructor Details LogConsoleBuffer public LogConsoleBuffer ( I2PAppContext context) Uses default limit from LogManager.
As of 0.8.8, limit is not checked at runtime. Parameters: context - unused LogConsoleBuffer public LogConsoleBuffer (int limit) Parameters: limit - max size of each buffer
In theory the...