class Log
extends java.lang.Object
| コンストラクタ | 説明 |
|---|---|
Log(java.io.File file) |
Construct a Log instance that writes to the File file.
|
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
void |
append(java.lang.String entry) |
Write entry to a new line in the log, with appropriate time stamp.
|