adamschwartz / log

Console.log with style.

Home Page:https://adamschwartz.co/log

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log

Console.log with style

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 31+ or with Firebug 1.11 beta 2 or later
  • Opera with Blink (15+)
  • Safari Nightly (537.38+)

Screenshot

Implementations

About

Console.log with style.

https://adamschwartz.co/log

License:MIT License


Languages

Language:HTML 41.9%Language:CSS 36.1%Language:JavaScript 11.2%Language:CoffeeScript 10.8%