This package has been deprecated

Author message:

this tool is no longer being developed

@namics/remlog-debug

0.2.2 • Public • Published

@namics/remlog-debug

This package is used for debugging inside the remlog module.

Usage

Supported methods
  • error (red)
  • warn (yellow)
  • info (cyan)
  • success (green)
  • log (white)
const { Logger } = require("@namics/remlog-debug");

// Accepts a single argument which defines the module
// or context of the logger. If you're using e.g. the
// FileSystem transports, the logger context will be
// "Transport(FileSystem)"
const logger = new Logger("MyModule");

// Will output a yellow message
// $~ [MyModule] hey you!
logger.warn("hey you!");

Review the Changelog

Package Sidebar

Install

npm i @namics/remlog-debug

Weekly Downloads

1

Version

0.2.2

License

MIT

Unpacked Size

5.31 kB

Total Files

4

Last publish

Collaborators

  • coder1389
  • merkleorg
  • namicsorg
  • ernscht
  • tamara027
  • tsailer