Class Log


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

      • 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 Detail

      • 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.