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
or [configure programmatically](https://github.com/rfoltyns/log4j2-elasticsearch/blob/master/log4j2-elasticsearch-jest/src/test/java/org/appenders/log4j2/elasticsearch/jest/smoke/SmokeTest.java)
46
47
47
-
3. log.info("Hello, World!");
48
-
48
+
3. Start logging directly to Elasticsearch!
49
+
```java
50
+
Logger log =LogManager.getLogger("Logger that references elasticsearchAsyncBatch")
51
+
log.info("Hello, World!");
52
+
```
49
53
## Dependencies
50
54
51
55
Be aware that Jackson FasterXML jars that has to be provided by user for this library to work in default mode.
0 commit comments