@turtlepay/logger
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

TurtlePay® logger Helper Library

Prerequisite Documentation Maintenance License: MIT Twitter: TurtlePay

NPM

Master Build Status

Build Status

Development Build Status

Build Status

Overview

Provides an easy to use Logger interface that helps make our logging consistent

Prerequisites

  • node >= 12

Documentation

Full library documentation is available at https://logger.turtlepay.dev

Install

yarn add @turtlepay/logger

Usage

import { Logger } from '@turtlepay/logger';

Logger.info('This is a test');

Logger.error('This is an error: %s', (new Error('some error')).toString());

Run tests

yarn test

Author

👤 TurtlePay® Development Team

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2018-2020 TurtlePay® Development Team.

This project is MIT licensed.

Readme

Keywords

Package Sidebar

Install

npm i @turtlepay/logger

Weekly Downloads

5

Version

0.1.1

License

MIT

Unpacked Size

6.54 kB

Total Files

5

Last publish

Collaborators

  • brandonlehmann