loglevel
Logger
A lightweight logging library with reliable log level methods and robust fallbacks for various JavaScript environments.
Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods
3k stars
41 watching
157 forks
Language: JavaScript
last commit: 3 months ago
Linked from 2 awesome lists
javascriptlightweightloggingloglevelsetlevelstack-traces
Related projects:
Repository | Description | Stars |
---|---|---|
watson/console-log-level | A logger that outputs log messages to either stdout or stderr based on the chosen level of severity | 111 |
peteringram0/babel-plugin-console-source | Adds file names and line numbers to console logs in JavaScript code | 37 |
adamschwartz/log | A utility for logging messages with styling capabilities in web browsers. | 3,014 |
arcanedev/logviewer | Provides tools to manage and view log files in Laravel applications | 2,372 |
pinojs/pino | A fast and efficient logging library for Node.js applications | 14,337 |
freeall/single-line-log | Keeps writing to the same line in the console, useful for progress bars and counters without line breaks. | 210 |
megahertz/electron-log | A simple logging module for Electron applications | 1,318 |
logtown/logtown | Provides a simple facade for logging in JavaScript applications. | 32 |
allinurl/goaccess | An open-source tool that analyzes and visualizes web log data in real-time, providing detailed statistics and insights. | 18,518 |
maraisr/diary | A lightweight logging library that provides a simple way to log messages in Node.js, browsers, and workers. | 253 |
tinylog-org/tinylog | A lightweight logging framework for Java and other languages | 700 |
qos-ch/logback | A logging framework for Java that aims to be reliable, generic, fast, and flexible. | 3,016 |
jbroadway/analog | A minimal PHP logging library that allows users to log messages with customizable output and handlers. | 342 |
roidrage/lograge | An effort to simplify and standardize Rails' logging output | 3,468 |
patik/console.log-wrapper | A utility to safely log data to the console across different browsers and environments. | 406 |