Interface Logger

To see the log output of the Scheduler, attach a W3C standard logger to the scheduler constructor

Hierarchy

  • Logger

Properties

Properties

debug: Function

Really unimportant stuff, unless everything is breaking, then it's really important.

error: Function

Always critical to see when failures happen. This is also cloned in the 'error' event.

info: Function

Mildly interesting data, not used much.

log: Function

Not used much

warn: Function

Maybe important info

Generated using TypeDoc