Logger Module
Debug logging facility. Logs to the logger
log source. Import
Methods
info/warn/error/debug/trace(...)
Takes variable arguments and accepts javascript objects. The resulting data is stored in the dat
log field. the administration interface developer logs contains these log entries under the Logger
source.
Examples
Logger Example
Last updated