1.0.2 • Published 2 years ago

@mengkodingan/tolog v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago
const { toLog } = require("@mengkodingan/tolog");

/* 
toLog(type, text, indicatorText = default to undefined)

type: 1 = info,
      2 = success,
      3 = warning,
      4 = error
      
you can use <b>TEXT</b> for bolding the text
*/
toLog(1, "text", undefined);
toLog(3, "text", "test");
toLog(2, "aaa <b>text</b>")
1.0.2

2 years ago

1.0.0

2 years ago