You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Splunk Java Logging Framework
2
2
3
+
4
+
# IMPORTANT NOTE :
5
+
6
+
Although this framework is fully functional and stable, since it was released Splunk have now created their own Java Logging Library.
7
+
So I recommend that you use the formally Splunk developed and supported offering that can be found here : http://dev.splunk.com/view/splunk-logging-java/SP-CAAAE2K
8
+
3
9
The purpose of this project is to create a logging framework to allow developers to as seamlessly as possible
4
10
integrate Splunk best practice logging semantics into their code and easily send their log events to Splunk.
5
11
There are also custom handler/appender implementations and config examples for the most prevalent Java logging frameworks in play.
0 commit comments