A small JavaScript library for styling console.log()
Start by including the consoleBuddy.js script on your page
<script type="text/javascript" src="path/to/consoleBuddy.js"></script>
You can then start using the library
$consoleBuddy.log('This is a success message', 'success');
Please consult index.html for a full list of examples