Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 482 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 482 Bytes

Logging Instrumentation Examples

This project shows both Scala and Java examples of logging instrumentation driven by config file, using logback-bytebuddy.

The code in these examples does an HTTPS call to google.com and instruments the SSLContext so that you can see the TLS related operations start up automatically in the JDK code base.

Please see the READMEs in the given projects for more details.