pleasant-logs
v0.10.0
Published
Colourful, beautiful, and helpful logging
Downloads
38
Readme
pleasant-logs
Colourful, beautiful, and helpful logging
Features
- Multiple different log types
- Handles every type
- Handles promises (async/await)
- Fully customisable
npm i pleasant-logs
yarn add pleasant-logs
pnpm add pleasant-logs
bun add pleasant-logs
import { createLogger } from "pleasant-logs";
const log = createLogger("test-logger");
log.info("hello world");
Here's an example of every log type, with each logging a string.