BetterLogs [betterlogs] module
This module is for the Play 1.x series only.
This very simple module enhances the Play! Framework logs to bring some missing information such as the class name, the method name where the log has been called, its signature, the file name and the line.
https://github.com/sgodbillon/BetterLogs
Written by Stephane Godbillon.
Published releases
1.0 | May 17 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install betterlogs-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> betterlogs {version}