This function will print an error message.

logger.error(msg, ...)

Arguments

msg

the message that should be printed.

...

any additional text that should be printed.

Examples

# NOT RUN {
logger.error('system did not converge')
# }