Skip to content

Instantly share code, notes, and snippets.

@danveloper
Last active December 15, 2015 05:19
Show Gist options
  • Save danveloper/5208527 to your computer and use it in GitHub Desktop.
Save danveloper/5208527 to your computer and use it in GitHub Desktop.
Enhanced JMS Appender Maven Artifact -- Real Time Logging Project
// If you prefer Gradle
compile 'com.danveloper.log4j:enhanced-log4j-appender:0.1-SNAPSHOT'
<!-- If you favor Maven -->
<dependency>
<groupId>com.danveloper.log4j</groupId>
<artifactId>enhanced-log4j-jms-appender</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment