Popularity
4.8
Stable
Activity
0.2
Declining
2,745
65
148
Code Quality Rank:
L3
Monthly Downloads: 0
Programming language: CSS
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
Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods. -
storyboard
Universal logging library + Chrome extension; it lets you see all client and server tasks triggered by a user action in a single place. -
Conzole
A debug panel built in javascript that wraps javascript native console object methods and functionality in a panel displayed inside the page. -
Logit.io JavaScript Plugin
This JavaScript Plugin provides websites with an interface to send debug information to a Logit.io endpoint.
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
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