removed deprecated examples

added logging example
This commit is contained in:
Tom Hombergs
2018-08-04 09:03:43 +02:00
parent fb148fcd14
commit 888a89e541
50 changed files with 143 additions and 1514 deletions

7
logging/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Logging Code Examples
## Related Blog Articles
* [Use Logging Levels Consistently](https://reflectoring.io/logging-levels/)
* [Use a Human-Readable Logging Format](https://reflectoring.io/logging-format/)
* [Configuring a Human-Readable Logging Format with Logback and Descriptive Logger](https://reflectoring.io/logging-format-logback/)