
Pikmin - A lightweight, customizable Node.JS logger
Pikmin is a fast and highly customizable logger for Node.JS with various custom transports
Installing
$ yarn add pikmin # Install w/ Yarn $ npm i pikmin # Install w/ NPM
Example
// main.jsconst Pikmin = ;const pikmin = name: 'main' autogen: true format: ` %l ` transports: file: 'tmp/log.txt' process: process name: 'info' ; pikmin;Pikmin; pikmin;pikmin;pikmin; ;Pikmin; // global.jsconst loggers colors = ;const log = loggers; module { log; consolepikmin;};
Showcase
Documentation
Documentation can be found at https://github.com/PassTheWessel/pikmin/wiki