@mengkodingan/tolog

1.0.2 • Public • Published
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>")
image

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @mengkodingan/tolog

      Weekly Downloads

      0

      Version

      1.0.2

      License

      MIT

      Unpacked Size

      4.66 kB

      Total Files

      5

      Last publish

      Collaborators

      • jastinlt