new()
Description:
The core constructor for the logging object
Input:
$file_name: The absolute file path file source
for the log file of which to be
written to.
log_message()
Description:
Will use the passed string, append the current date and
write to the file
Input:
$log_string: The un-formatted scalar value that will
be logged to the file defined through
the constructor.
Each line will have a date stamp of
the time of the log, as well as the
message appended to the end of the
log.
AUTHOR
Name: Trevor Hall
E-mail: hallta@gmail.com
URL: http://trevorhall.blucorral.com
NAME
Log::SimpleLog
DESCRIPTION
A simple log class that will allow for the
general documentation of messages within
a external flat-file