Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamschwartz/log
Console.log with style.
https://github.com/adamschwartz/log
console devtools js log
Last synced: 28 days ago
JSON representation
Console.log with style.
- Host: GitHub
- URL: https://github.com/adamschwartz/log
- Owner: adamschwartz
- License: mit
- Created: 2013-04-12T19:08:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T01:27:48.000Z (over 1 year ago)
- Last Synced: 2024-10-01T16:04:27.477Z (about 1 month ago)
- Topics: console, devtools, js, log
- Language: HTML
- Homepage: https://adamschwartz.co/log
- Size: 75.2 KB
- Stars: 3,014
- Watchers: 66
- Forks: 140
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-javascript - log - Console.log with style. - ★ 2640 (Log)
README
## Log
> Console.log with style
### [Demo](http://adamschwartz.co/log/)
### Features
- Safely call `log` (instead of `console.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`')``
- Use a custom syntax to style text however you want: `log('this is [c="color: red"]red[c]')`.### Support
Stylized logs are supported in the following browsers:
- Chrome 26+
- Firefox 31+ or with [Firebug 1.11 beta 2](http://blog.getfirebug.com/2012/11/16/firebug-1-11-beta-2/) or later
- Opera with Blink (15+)
- Safari Nightly (537.38+)### Screenshot
![](https://raw.github.com/adamschwartz/log/gh-pages/screenshot.png)
### Implementations
- Ruby on Rails — [https://github.com/vlado/rails_javascript_log](https://github.com/vlado/rails_javascript_log)