java-tutorials/logging-modules
Jose Vinicius b97323ea90 BAEL-5124 - Adding a module with examples of printing thread info in the log file using log4j (#11704)
* adding a example module for printing thread info in log file using log4j

* - fix: removing submodule

* - fix: Adding submodule

* - fix: Removing `.gitignore`, `README.md`, and `application.properties`.
- fix: Removing Spring boot and adding log4j2 from Maven Central

* - fix: Changing module name as suggested to log4j2-thread-info.
- fix: Fixing log path in log4j2 configuration

* - feat: Removing log4j2-thread-info module
- feat: Adding example code into existing log4j2 module

* - fix: Removing unnecessary logging

* - fix: Separating thread info in the logging pattern

* - fix: package name to lowercase

* lowercasing package name and variable name

* changing package name in configuration

* - fix: formatting

* - fix: formatting imports
2022-02-05 20:22:16 +01:00
..
flogger JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
log-mdc Java 3590 (#11367) (#11380) 2021-10-29 09:37:04 +05:30
log4j JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
log4j2 BAEL-5124 - Adding a module with examples of printing thread info in the log file using log4j (#11704) 2022-02-05 20:22:16 +01:00
logback JAVA-9123: POM properties cleanup 2022-01-17 14:03:32 +01:00
README.md Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30

README.md

Logging Modules

This module contains articles about logging libraries.

Relevant Articles: