new

  Description:

    The core constructor for the logging object

  Inputs:

    arg1:  The file name descriptor for the 
       	   log file location
	   

log_message

  Description:

    Will use the passed string, append the current date and 
    write to the file

  Input:

    arg1:  The scalar/string un-formatted log string that 
           will be buffered and later flushed to the log
	   file.

AUTHOR

Name:   Trevor Hall 
E-mail: hallta@gmail.com

NAME

Log::SimpleLog

DESCRIPTION

A simple log class that will allow for the
general documentation of messages within 
a external flat-file