Blackbird JavaScript Logging
Dependency :
compile ":blackbird:0.3"
Summary
Installation
grails install-plugin blackbird
Description
Blackbird JavaScript Logging
This plugin provides the developer to access Blackbird logging resources.This plugin is Resources compliant - http://www.grails.org/plugin/resources
Usage
Add the resources using one of the methods below. In your javascript, addlog.toggle(); log.debug( message );
1. In conjunction with Resources plugin
http://www.grails.org/plugin/resourcesThe bundle required to be added is blackbird or blackbird-devUse blackbird-dev to show JS and CSS non-minified
2. Standalone
In the head section of your gsp page, add<blackbird resources />