@tbdc-agro-softwares/logger
v1.0.2
Published
A wrapper to standardize logs
Readme
Install
npm install @tbdc-agro-softwares/vue-plugin
## or
yarn add @tbdc-agro-softwares/vue-plugin
## or
pnpm add @tbdc-agro-softwares/vue-pluginSetup
You can configure the log level you to show in the console. By default, it's setup to show all levels of log, but you have the following options:
debug: Shows all levelswarning: Shows only warning and error levelerror: Shows only error level
import { configureTbdcLogger } from '@tbdc-agro-softwares/logger';
configureTbdcLogger({
logLevel: 'debug', // 'debug' | 'warning' | 'error'
});Usage
🚧 Documentation in progress... (Help is needed)
