パッケージ | 説明 |
---|---|
net.i2p |
Core I2P package, contains information about the I2P version and an entry point to access important elements.
|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
LogManager |
I2PAppContext.logManager() |
Query the log manager for this context, which may in turn have its own
set of configuration settings (loaded from the context's properties).
|
修飾子とタイプ | フィールド | 説明 |
---|---|---|
protected LogManager |
LogWriter._manager |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static java.lang.String |
LogRecordFormatter.formatRecord(LogManager manager,
LogRecord rec) |
|
(package private) static java.lang.String |
LogRecordFormatter.formatRecord(LogManager manager,
LogRecord rec,
boolean showDate) |
|
static java.lang.String |
LogRecordFormatter.getWhen(LogManager manager,
LogRecord logRecord) |
コンストラクタ | 説明 |
---|---|
FileLogWriter(LogManager manager) |
|
Log(LogManager manager,
java.lang.Class<?> cls) |
|
Log(LogManager manager,
java.lang.Class<?> cls,
java.lang.String name) |
|
Log(LogManager manager,
java.lang.String name) |
|
LogWriter(LogManager manager) |