bpmext.log
Contains simple logging functions (i.e. debug/warn/error)
Methods:

debug(text, optional)
null
NameTypeDefaultDescription
text{string}Log Message
optional{com.ibm.bpm.coach.CoachView}view which is used to generate a prefix containing the views control id
Example
bpmext.log.debug("Debugging...")

warn(text, optional)
null
NameTypeDefaultDescription
text{string}Log Message
optional{com.ibm.bpm.coach.CoachView}view which is used to generate a prefix containing the views control id
Example
bpmext.log.warn("Warning...")

error(text, optional)
null
NameTypeDefaultDescription
text{string}Log Message
optional{com.ibm.bpm.coach.CoachView}view which is used to generate a prefix containing the views control id
Example
bpmext.log.error("Reporting error...")

info(text, optional)
null
NameTypeDefaultDescription
text{string}Log Message
optional{com.ibm.bpm.coach.CoachView}view which is used to generate a prefix containing the views control id
Example
bpmext.log.info("Info...")