@ghentcdh/tools-vue
v3.0.6
Published
GhentCdh shared vue tooling
Downloads
781
Readme
GhentCdh shared vue tooling
logging-frontend
This logging will just perform output to the console. Different levels can be enabled through environment variables
VITE_VERBOSE_DEBUG=true // By default this is false
VITE_DEBUG_ENABLE=true // By default this is falseUsage
import {Debugger} from "@ghentcdh/tools/logging/frontend";
Debugger.log('my message');