Class Log

java.lang.Object
net.i2p.addressbook.Log

class Log
extends Object
A simple log with automatic time stamping.
Author:
Ragnarok
  • Constructor Details

    • Log

      public Log​(File file)
      Construct a Log instance that writes to the File file.
      Parameters:
      file - A File for the log to write to.
  • Method Details

    • append

      public void append​(String entry)
      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.