Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artdaw/activeweb-logging

ActiveWeb Framework logger
https://github.com/artdaw/activeweb-logging

Last synced: about 1 month ago
JSON representation

ActiveWeb Framework logger

Awesome Lists containing this project

README

        

# ActiveWeb Logging package #

### Installation ###

1. add dependency to your `pom.xml`:


org.javalite
activeweb-logging
1.0-SNAPSHOT

2. add repository where activeweb-logging is placed:


artdaw-snapshots
https://github.com/artdaw/m2/raw/master/snapshots

3. in your Guice module bind `LoggerTypeListener`:

bindListener(Matchers.any(), new LoggerTypeListener());

4. Profit! Use @InjectLogger as follows:

@InjectLogger
private static Logger logger;