vega-logging

Vega logging utility methods.

Usage no npm install needed!

<script type="module">
  import vegaLogging from 'https://cdn.skypack.dev/vega-logging';
</script>

README

vega-logging

Vega logging utilities.

Provides centralized methods for logging messages (log) and errors (error) to the console. Also supports logging of detailed debugging information (debug). Debug output is silenced by default and enabled via debug.enable = true.