UNPKG

@palmares/logging

Version:

Palmares logging interface so you can log it to the console or other places as well

14 lines (13 loc) 292 B
// src/constants.ts var FRAMEWORK_NAME = "palmares"; var stringByMessageType = { debug: "\x1B[35mDEBUG\x1B[0m", log: "\x1B[32mLOG\x1B[0m", info: "\x1B[36mINFO\x1B[0m", warn: "\x1B[33mWARN\x1B[0m", error: "\x1B[31mERROR\x1B[0m" }; export { FRAMEWORK_NAME, stringByMessageType };