This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@xyo-network/base
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

logo

sdk-base-nodejs

MIT license Build Status Maintainability

A core util/logging library inspired by XYO.

Logging

You can access the logger from XyoBase or from an instance of IXyoLog. Logging levels are in the following order:

  • Error
  • Warning
  • Info (default)
  • Verbose
  • Debug
  • Silly

You can change the logging level for the console and for the log file by changing the environment vars: XYO_LOG (for logs), and XYO_CONSOLE (for console). The path and name of the log can be changed with the environment vars: XYO_LOG_PATH and XYO_LOG_NAME.

Dependents (49)

Package Sidebar

Install

npm i @xyo-network/base

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

83 kB

Total Files

76

Last publish

Collaborators

  • donaldparkerxy
  • joelbcarter
  • jonesmac
  • jordantrouw
  • ricardo.alcazar
  • rphansen91
  • xyo