2.0.2 • Published 6 years ago

bestconsole v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

BestConsole

Making your log messages simply, beautiful. BestConsole Example

Changelog (2.0.2)

  • Completely rewrote Readme! (P.S. You're reading it now)
  • Fixed Error Messages
  • Added Prefixes to funcions

Installation

const bconsole = require('bestconsole');

That's it, you're done. You can start using BestConsole!

Usage

.error()

Error Example

Syntax: bconsole.error(message, prefix)

bconsole.error('My Error!', 'My Prefix');

.warn()

Warn Example

Syntax: bconsole.warn(message, prefix)

bconsole.warn('My Warning!', 'My Prefix');

.info()

Info Example

Syntax: bconsole.error(message, prefix)

bconsole.info('My Information!', 'My Prefix');

.stat()

Stat Example

Syntax: bconsole.error(message, prefix)

bconsole.stat('My Status!', 'My Prefix');

.timestamp()

Timestamp Example

Syntax: bconsole.error(message)

Note: prefix is not supported on timestamp!

bconsole.timestamp('My message with a timestamp!');
2.0.2

6 years ago

2.0.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago