logger icon indicating copy to clipboard operation
logger copied to clipboard

Environment-agnostic, ESM-friendly logger for simple needs.

Results 5 logger issues
Sort by recently updated
recently updated
newest added

If I use debug flag it tries to write logs into existing stdout (do not exist in react-native) ![image](https://github.com/open-draft/logger/assets/57757211/b8b78de8-a365-4dc3-8d03-f7810639a6ef) ![image](https://github.com/open-draft/logger/assets/57757211/d8cfc4e7-a540-4beb-a045-b64c59bdd478)

This lib is great for other libs because it is minimal, there is nothing to learn. I maintain a few packages, some with IO, like database IO. I use `@open-draft/logger`...

`Logger.only()` is dedicated to trigger additional operation, only if needed. It seems natural to me to be able to gather those information only at some level of logging. Typically one...

Right now if you set `LOG_LEVEL=debug` you will only see debug statements. Changes are, if you are debugging, you are also interested in errors, even warning, maybe info ? You...

The logger throws an error for circular references in positionals.