Skip to main content
Version: 3.14.x.x LTS

Tracer object methods

MethodDescriptionSample
trace:debug(text) trace:debug(event, text)Print a debug message in the navajo.logOptionally, you can set an event string, which is set in the Apaches event variable "Events". For possible event strings, see Apendix C.trace:debug("a text") or with event trace:debug("VA01", "a text")
trace:info(text) trace:info(event, text)Print a info message in the navajo.logOptionally, you can set an event string, which is set in the Apaches event variable "Events". For possible event strings, see Apendix C.trace:info("a text") or with event trace:info("VA01", "a text")
trace:notice(text) trace:notice(event, text)Print a notice message in the navajo.logOptionally, you can set an event string, which is set in the Apaches event variable "Events". For possible event strings, see Apendix C.trace:notice("a text") or with event trace:notice("VA01", "a text")
trace:error(text) trace:error(event, text)Print an error message in the navajo.logOptionally, you can set an event string, which is set in the Apaches event variable "Events". For possible event strings, see Apendix C.trace:error("a text") or with event trace:error("VA01", "a text")