@phaesynthe/phlog

1.0.1 • Public • Published

Phlog

The Phaesynthe log utility.

Getting Started

Examples

const Phlog = require('phlog');
const log = (new Phlog()).getRawLogger();

log.verbose('example method', 'message');

or

const Phlog = require('phlog');
const LogService = new Phlog();

const log = LogService.getModuleLogger('Route Handler', `${chalk.green(MESSAGE_PREFIX)}`);

log.verbose('message');

Readme

Keywords

none

Package Sidebar

Install

npm i @phaesynthe/phlog

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

8.21 kB

Total Files

9

Last publish

Collaborators

  • mwj8410