putLogMessage: Put a log message

Description Usage Arguments Value

View source: R/libxmcda.R

Description

Puts an log message in a <methodMessages> tag of an XML tree written according to the XMCDA standard.

Usage

1
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 <logMessage> tag could be correctly put, or the description of the error.


RXMCDA documentation built on May 1, 2019, 10:23 p.m.

Related to putLogMessage in RXMCDA...