LogDigger Connector for Grails
Dependency :
compile ":logdigger-connector:1.0"
Summary
Installation
grails install-plugin logdigger-connector
Description
LogDigger Connector for Grails allows you to monitor application log messages directly in Firefox (extra tab in FireBug). Extension for Internet Explorer will be available soon.
For additional details check this article (related to LD Connector for Java)That's all. The plugin adds servlet filter that installs Log4j appender and communicates with clients. In order to read log messages in browser you have to install LogDigger addon for Firefox from LogDigger download pageYou don't need to do anything extra to make it work with App Engine. LogDigger servlet filter will detect that it's running in GAE/J environment and auto-configure.
For additional details check this article (related to LD Connector for Java)Installation
grails install-plugin logdigger-connector
License
The Apache License v2.0Resources
Version History
- 0.9.3 - Synced with LogDigger Java library with support for Google App Engine.
- 0.9 - First official release