Echoes a log entry
rciop.log (type, message, proc='')
type
message
process
This function echoes logging messages in the application stderr channel and resets the execution wall time clock.
Empty
rciop.log ("INFO", "I'm a logging message")
rciop.log ("DEBUG", "I'm a debugging message", "myapp")
Terradue