@ghentcdh/tools-vue
v0.6.9
Published
GhentCdh shared vue tooling
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');