RTLogger
Allows log records to be written to the realtime.log collection
debug
signature debug(JSON msg)
returns void Logs a message at DEBUG levelerror
signature error(JSON msg)
returns void Logs a message at ERROR levelinfo
signature info(JSON msg)
returns void Logs a message at INFO levelwarn
signature warn(JSON msg)
returns void Logs a message at WARN level