pleasant-logs
TypeScript icon, indicating that this package has built-in type declarations

0.10.0 • Public • Published

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");

demo Here's an example of every log type, with each logging a string.

A port of https://github.com/kkristof200/colored_logs

Readme

Keywords

none

Package Sidebar

Install

npm i pleasant-logs

Weekly Downloads

1

Version

0.10.0

License

MIT

Unpacked Size

85.2 kB

Total Files

17

Last publish

Collaborators

  • nwylynko