File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,17 @@ Logback Appender:
2222
2323https://github.com/stackify/stackify-log-logback
2424
25+ ## Installation
26+
27+ Add it as a maven dependency:
28+ ``` xml
29+ <dependency >
30+ <groupId >com.stackify</groupId >
31+ <artifactId >stackify-api-java</artifactId >
32+ <version >INSERT_LATEST_MAVEN_CENTRAL_VERSION</version >
33+ </dependency >
34+ ```
35+
2536## Configuration and Usage for Direct Logger
2637
2738You need a stackify-api.properties file on your classpath that defines the configuration required for the Log API:
@@ -53,17 +64,6 @@ Be sure to shutdown the Direct Logger to flush this appender of any messages and
5364LogManager . shutdown();
5465```
5566
56- ## Installation
57-
58- Add it as a maven dependency:
59- ``` xml
60- <dependency >
61- <groupId >com.stackify</groupId >
62- <artifactId >stackify-api-java</artifactId >
63- <version >2.1.2</version >
64- </dependency >
65- ```
66-
6767## License
6868
6969Copyright 2013 Stackify, LLC.
You can’t perform that action at this time.
0 commit comments