No description
Find a file
2023-02-05 13:03:48 +01:00
.github/workflows 2023.02.05 2023-02-05 13:03:48 +01:00
src 2023.02.03 2023-02-03 19:21:19 +01:00
.gitignore 2023.02.05 2023-02-05 13:03:48 +01:00
.npmrc Initial commit 2023-02-03 18:47:53 +01:00
LICENSE Initial commit 2023-02-03 18:47:53 +01:00
package-lock.json 2023.02.05 2023-02-05 13:03:48 +01:00
package.json 2023.02.05 2023-02-05 13:03:48 +01:00
readme.md 2023.02.03 2023-02-03 19:21:19 +01:00
tsconfig.json 2023.02.03 2023-02-03 19:21:19 +01:00

COUT

This module allow you to make COUT and Debugs in NodeJS

Readme work in progress

import { createCout } from '@thundernetworkrad/std';

let ccout = new createCout(0, true); // debugLevel, logs enabled (file) (like using log() )

let cout = ccout.cout;

cout('test', 0) // console.log day, time and the string, if the number is >= to the debugLevel