Package net.i2p.addressbook
Class Log
java.lang.Object
net.i2p.addressbook.Log
A simple log with automatic time stamping.
- Author:
- Ragnarok
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Log
Construct a Log instance that writes to the File file.- Parameters:
file
- A File for the log to write to.
-
-
Method Details
-
append
Write entry to a new line in the log, with appropriate time stamp.- Parameters:
entry
- A String containing a message to append to the log.
-