MCPcopy Create free account
hub / github.com/develop202/migu_video / basePrint

Function basePrint

utils/colorOut.js:4–6  ·  view source on GitHub ↗
(color, msg)

Source from the content-addressed store, hash-verified

2import { getLogDateTime } from "./time.js"
3
4function basePrint(color, msg) {
5 console.log(`${color}%s %s\x1B[0m`, `[${getLogDateTime(new Date())}]`, msg)
6}
7
8function printRed(msg) {
9 basePrint("\x1B[31m", msg)

Callers 6

printRedFunction · 0.85
printGreenFunction · 0.85
printYellowFunction · 0.85
printBlueFunction · 0.85
printMagentaFunction · 0.85
printGreyFunction · 0.85

Calls 1

getLogDateTimeFunction · 0.90

Tested by

no test coverage detected