1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35# `@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).