A simple logger that works on both the commandline and in the browser, and can directly replace the console object (for most cases).
Available logging levels in ascending order of severity: DEBUG → INFO → WARN → ERROR
A simple logger that works on both the commandline and in the browser, and can directly replace the console object (for most cases).