UNPKG

@fuel-ts/logger

Version:

A logger for the Fuel-TS ecosystem

35 lines (22 loc) 822 B
# `@fuel-ts/logger` **@fuel-ts/logger** is a sub-module for logging within the **Fuel** TS ecosystem. A logging component that can be used to log messages to the console or to a file. # Table of contents - [`@fuel-ts/logger`](#fuel-tslogger) - [Table of contents](#table-of-contents) - [Installation](#installation) - [Contributing](#contributing) - [Changelog](#changelog) - [License](#license) ## Installation ```sh pnpm add @fuel-ts/logger # or npm add @fuel-ts/logger ``` ## Contributing In order to contribute to `@fuel-ts/logger`, please see the main [fuels-ts](https://github.com/FuelLabs/fuels-ts) monorepo. ## Changelog The `@fuel-ts/logger` changelog can be found at [CHANGELOG](./CHANGELOG.md). ## License The primary license for `@fuel-ts/logger` is `Apache 2.0`, see [LICENSE](./LICENSE).