log4r (version 0.2)

write.message: A hidden function for handling the writing of logging messages.

Description

A hidden function for handling the writing of logging messages.

Usage

write.message(logger, message)

Arguments

logger
An object of class logger.
message
A message to be written to the log file. The current timestamp will be appended to this message.