Skip to contents

This function will print an error message.

Usage

logger.error(msg, ...)

Arguments

msg

the message that should be printed.

...

any additional text that should be printed.

Author

Rob Kooper

Examples

if (FALSE) { # \dontrun{
logger.error('system did not converge')
} # }