File tree Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://apm-ci.elastic.co/buildStatus/icon?job=apm-agent-java%2Fjava-ecs-logging-mbp%2Fmaster )] ( https://apm-ci.elastic.co/job/apm-agent-java/job/java-ecs-logging-mbp/job/master/ )
2
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/co.elastic.logging/java-ecs-logging-parent.svg )] ( https://search.maven.org/search?q=g:co.elastic.logging )
2
3
3
4
# ECS-based logging for Java applications
4
5
Original file line number Diff line number Diff line change 1
1
# Log4j ECS Layout
2
2
🚧
3
3
4
- ## Step 0: build the project
5
- Check out the project and build with ` mvn clean install ` .
6
- Once this project is available on maven central, this step is no longer needed.
7
-
8
4
## Step 1: add dependency
5
+ Latest version: [ ![ Maven Central] ( https://img.shields.io/maven-central/v/co.elastic.logging/log4j-ecs-layout.svg )] ( https://search.maven.org/search?q=g:co.elastic.logging%20AND%20a:log4j-ecs-layout )
9
6
10
7
Add a dependency to your application
11
8
``` xml
Original file line number Diff line number Diff line change 1
1
# Log4j2 ECS Layout
2
2
3
- ## Step 0: build the project
4
- Check out the project and build with ` mvn clean install ` .
5
- Once this project is available on maven central, this step is no longer needed.
6
-
7
3
## Step 1: add dependency
8
4
5
+ Latest version: [ ![ Maven Central] ( https://img.shields.io/maven-central/v/co.elastic.logging/log4j2-ecs-layout.svg )] ( https://search.maven.org/search?q=g:co.elastic.logging%20AND%20a:log4j2-ecs-layout )
6
+
9
7
Add a dependency to your application
10
8
``` xml
11
9
<dependency >
Original file line number Diff line number Diff line change 1
1
# ECS Logback Encoder
2
2
3
- ## Step 0: build the project
4
- Check out the project and build with ` mvn clean install ` .
5
- Once this project is available on maven central, this step is no longer needed.
6
-
7
3
## Step 1: add dependency
8
4
5
+ Latest version: [ ![ Maven Central] ( https://img.shields.io/maven-central/v/co.elastic.logging/logback-ecs-encoder.svg )] ( https://search.maven.org/search?q=g:co.elastic.logging%20AND%20a:logback-ecs-encoder )
6
+
9
7
Add a dependency to your application
10
8
``` xml
11
9
<dependency >
You can’t perform that action at this time.
0 commit comments