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

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

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()`.