https://github.com/handcraftedbits/handcraftedbits-commons
Common code used by HandcraftedBits projects
https://github.com/handcraftedbits/handcraftedbits-commons
Last synced: 4 months ago
JSON representation
Common code used by HandcraftedBits projects
- Host: GitHub
- URL: https://github.com/handcraftedbits/handcraftedbits-commons
- Owner: handcraftedbits
- License: apache-2.0
- Created: 2020-09-25T17:43:34.000Z (over 5 years ago)
- Default Branch: development
- Last Pushed: 2020-09-25T17:48:17.000Z (over 5 years ago)
- Last Synced: 2025-01-04T01:56:19.776Z (over 1 year ago)
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HandcraftedBits Common Code
Common code used by HandcraftedBits projects.
# Usage
Add the following dependency to your `pom.xml` file:
```xml
com.handcraftedbits
handcraftedbits-commons
1.0.1-SNAPSHOT
```
To route all logging through the included [Slf4j](http://www.slf4j.org/) appenders, make sure to exclude the following
dependencies:
```xml
commons-logging
commons-logging
org.apache.logging.log4j
log4j-api
org.apache.logging.log4j
log4j-core
log4j
log4j
```
To route `java.util.logging`, make sure to call `LogInitializer.initialize()`.