1.3.1 • Published 1 year ago

term-logger v1.3.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year 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

1 year ago

1.3.0

1 year ago

1.2.8

2 years ago

1.2.9

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.0.9

2 years ago

1.1.7

2 years ago

1.0.8

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago