https://github.com/shellscape/clearcut
A utility for wrapping the browser console logging mechanisms.
https://github.com/shellscape/clearcut
Last synced: 3 months ago
JSON representation
A utility for wrapping the browser console logging mechanisms.
- Host: GitHub
- URL: https://github.com/shellscape/clearcut
- Owner: shellscape
- License: mit
- Created: 2015-11-09T12:38:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-06T17:53:44.000Z (almost 10 years ago)
- Last Synced: 2025-05-14T14:33:30.279Z (8 months ago)
- Language: JavaScript
- Size: 241 KB
- Stars: 0
- Watchers: 36
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clearcut [](https://travis-ci.org/shellscape/clearcut)
A Javascript utility for wrapping the browser console logging mechanisms.
## Beautiful Output

## Provisions
Clearcut provides several enhancements over the standard console;
- Multiple "channels" for logging, each with their own options.
- Separate vocal states for channels; on or off.
- The ability to force a channel to be vocal.
- An accessible log history.
- Fallbacks for browsers that don't support string replacement or styles in the
console.
- Automatical line prefixing.
- Transports, for sending log data to other places.