1.3.1 • Published 2 months ago

term-logger v1.3.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago
npm install term-logger
yarn add term-logger
  • error
  • success
  • warn
  • waiting
  • complete
  • debug
  • fatal
  • info
  • note
  • pending
  • start
  • watch
  • critical
  • ready
  • command
  • event
  • database
  • shard
  • cluster
const { Logger } = require("term-logger");

Logger.error(new Error("..."));
Logger.success("...");
// and 17 more logs...
  • red
  • green
  • yellow
  • blue
  • purple
  • cyan
  • white
  • gray
const { TextColors } = require("term-logger");

TextColors.red("...");
TextColors.blue("...");
// and 6 more colors...
  • bold
  • dim
  • italic
  • underline
  • inverse
  • hidden
  • strikethrough
  • visible
const { TextStyles } = require("term-logger");

TextStyles.italic("...");
TextStyles.underline("...");
// and 7 more text styles...
  • red
  • green
  • yellow
  • blue
  • purple
  • cyan
  • white
  • gray
const { BgColors } = require("term-logger");

BgColors.red("...");
BgColors.blue("...");
// and 6 more colors...
  • red
  • green
  • yellow
  • blue
  • purple
  • cyan
  • white
const { BrightColors } = require("term-logger");

BrightColors.red("...");
BrightColors.blue("...");
// and 6 more colors...
1.3.1

2 months ago

1.3.0

4 months ago

1.2.8

4 months ago

1.2.9

4 months ago

1.2.7

4 months ago

1.2.6

4 months ago

1.2.5

6 months ago

1.2.4

6 months ago

1.2.3

6 months ago

1.2.0

7 months ago

1.2.2

7 months ago

1.2.1

7 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.1.9

8 months ago

1.1.8

9 months ago

1.0.9

11 months ago

1.1.7

9 months ago

1.0.8

11 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago