Popularity
5.1
Growing
Activity
3.2
Stable
3,015
66
140
Code Quality Rank:
L3
Monthly Downloads: 0
Programming language: HTML
License: MIT License
Latest version: v0.3.0
log alternatives and similar libraries
Based on the "Log" category.
Alternatively, view log alternatives based on common mentions on social networks and blogs.
-
loglevel
:ledger: Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of log or a related project?
Popular Comparisons
README
Log
Console.log with style
Demo
Features
- Safely call
log
(instead ofconsole.log
) in any browser. - Use markdown syntax for quick formatting:
- italic —
log('this is *italic*')
- bold —
log('this word _bold_')
code
—log('this word `code`')
- italic —
- Use a custom syntax to style text however you want:
log('this is [c="color: red"]red[c]')
.
<!--
Installation
The easiest way to add log
to a website is with Eager.
-->
Support
Stylized logs are supported in the following browsers:
- Chrome 26+
- Firefox 31+ or with Firebug 1.11 beta 2 or later
- Opera with Blink (15+)
- Safari Nightly (537.38+)
Screenshot
Implementations
- Ruby on Rails โ https://github.com/vlado/rails_javascript_log