Community contributed extensions

accesslog [accesslog] module

This module is for the Play 1.x series only.

A Play framework module that performs request logging similar to an access log file in nginx or apache.

https://github.com/briannesbitt/play-accesslog/

Written by Brian Nesbitt.

Published releases

1.2 Dec 19 2011 Documentation Try Play
1.1 Nov 16 2011 Documentation Try Play
1.0 Oct 28 2011 Documentation Try Play

To install locally this module use the install command:

play install accesslog-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> accesslog {version}