Echoes a log entry
import cioppy
ciop = cioppy.Cioppy()
ciop.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
ciop.log ("INFO", "I'm a logging message")
ciop.log ("DEBUG", "I'm a debugging message", "myapp")
Terradue