ciop-log [level] [message] <process>
ciop-log
ciop-log logs messages during the execution. The log
entries contain the entry date in format YYYY-MM-DDThh:mm:ss (the date
does not contain the time zone), the log level (DEBUG, WARNING, INFO or
ERROR), the context and the message.
level
message
process
ciop-log echoes the log entry in the stderr channel.
ciop-log "DEBUG" "This is a debug message"
ciop-log "INFO" "This is an information message" "myapp"
Terradue