VisorLog version 1.0 release

Tonight I’m pleased to announce the release of VisorLog. VisorLog is a simple and unobtrusive javascript logger. My inspiration for this project came from a program for the mac called Visor (Visor provides a systemwide terminal window accessible via a hotkey, much like the consoles found in games such as Quake.) Anyway, It’s pretty cool and easy to use. All you need to do is include the .js file and you’re set to go.

To log a message to the console, you just need to call a function like this:

1
VISOR.logger.log('debug', 'this is a debug message');

For more information about VisorLog, check out it’s project page.

Leave a Reply