Skip to content

adamschwartz/log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d20706d · Apr 8, 2023

History

74 Commits
Apr 8, 2023
Feb 7, 2014
Feb 7, 2014
Feb 1, 2016
Jul 20, 2017
Jun 12, 2015
Aug 6, 2015
Apr 8, 2023
Mar 31, 2015
Mar 31, 2015
Aug 6, 2015
Aug 6, 2015
Oct 1, 2013

Repository files navigation

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