craniumslows / log

Console.log with style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log

Console.log with style

Demo

Features

  • Safely call log (instead of console.log) in any browser.
  • Use markdown syntax for quick formatting:
    • italiclog('this is *italic*')
    • boldlog('this word _bold_')
    • codelog('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 with Firebug
  • Safari Nightly (537.38+)

Screenshot

About

Console.log with style

License:MIT License


Languages

Language:CoffeeScript 100.0%