Last active
December 15, 2015 05:19
-
-
Save danveloper/5208527 to your computer and use it in GitHub Desktop.
Enhanced JMS Appender Maven Artifact -- Real Time Logging Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// If you prefer Gradle | |
compile 'com.danveloper.log4j:enhanced-log4j-appender:0.1-SNAPSHOT' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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