Rdocumentation
powered by
Learn R Programming
RXMCDA (version 1.5.5)
putLogMessage: Put a log message
Description
Puts an log message in a
tag of an XML tree written according to the
XMCDA
standard.
Usage
putLogMessage(tree, logMessage, name = NULL)
Arguments
tree
Object containing the
XMCDA
XML tree.
logMessage
A string containing the text of the log message.
name
A string containing the specific
name
attribute which should be searched for.
Value
The function returns a list structured as follows:
status
Either OK if the
tag could be correctly put, or the description of the error.