Skip to content
Kyle Ebby edited this page Mar 21, 2022 · 4 revisions

KaiLogs is a simple yet efficient logging framework for JS applications. Its intended for use with Discord applications but it can be used for other projects.

Install

Requires Node.js v16 or newer.

npm i kailogs

Require the module.

const KaiLogs = require('kailogs');

Classes

Class for handling 'uncaughtException' events.

extends EventEmitter

The main hub for interacting with KaiLogs, and the starting point for any project.

Class for handling 'uncaughtRejection' events.

Properties

.version

The current version of KaiLogs.

Clone this wiki locally