| write.message {log4r} | R Documentation |
A hidden function for handling the writing of logging messages.
write.message(logger, message)
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. |