loggi
A memory log util for JavaScript Applications
Table of contents
🔧 Installation
npm install loggi --save
🕹 Usage
Basic Usage
const Logger = LoggerLoggerLoggerLogger
Log Levels and Debug
const Logger = LoggerLoggerLoggerLogger // Prints:// > error: 'error message' Logger // Prints:// > log: 'log message'// > info: 'info message'// > warn: 'warn message'// > error: 'error message'