interface Log

cocoon
   |
   +--cocoon.Log

The Log interface defines a way for flow scripts to report messages and errors to the Cocoon logging facility.


Operation Summary
debug Log a debug message.
error Log an error message.
info Log an informative message.

Operation Details

debug

Log a debug message.

Parameter



error

Log an error message.

Parameter



info

Log an informative message.

Parameter