@topology-foundation/logger
v0.3.1
Published
This package makes it easy to log messages in a structured way.
Downloads
653
Readme
Topology Logger
This package makes it easy to log messages in a structured way.
Usage
This package is intended to be used as a dependency for the Topology Protocol. However, you can use it as a standalone package. For that, you can install it using:
# yarn
yarn add @topology-foundation/logger
# npm
npm install @topology-foundation/logger
Build
To build the package, you can run:
yarn build
Tests
To run the tests, you can run:
yarn test