This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

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

3.12.2 • Public • Published

loxt

Loxt

Loxt is a simple and lightweight console logger that makes debugging fun and easy.


loxt github npm discord


import Loxt from 'loxt';

const loxt = new Loxt();

loxt.start('Some code...');
loxt.ready('Initialization code, whatever...');
loxt.info('Loxt is easy to use!');
loxt.warn('You can use colors!');
loxt.error('Create your own themes!');
loxt.success('You can use themes from other people too!');
loxt.start('My Amazing App!');

Readme

Keywords

none

Package Sidebar

Install

npm i loxt

Homepage

loxt.js.org/

Weekly Downloads

28

Version

3.12.2

License

MIT

Unpacked Size

9.08 kB

Total Files

6

Last publish

Collaborators

  • angelnext