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>")
-
Notifications
You must be signed in to change notification settings - Fork 1
something useless
License
Mengkodingan/tolog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
something useless
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published