Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artdaw/activeweb-logging
- Owner: artdaw
- Created: 2012-07-13T14:32:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-13T16:02:18.000Z (over 12 years ago)
- Last Synced: 2023-03-11T09:12:53.957Z (almost 2 years ago)
- Language: Java
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;