text edit

This commit is contained in:
Erik Winter 2022-04-07 06:13:51 +02:00
parent 77f78e3e6b
commit 01e168c100
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ The subject of logging comes up every now and then, in every group of developers
Anyway, as with most things computing, I like logging to be simple and pragmatic. Over the years, these are the things Ive come to consider important with this subject.
* #levels[Levels]
* #structured-logging-and-standard-messages[Structured logging and standard messages]
* #structured-logging-and-standard-log-messages[Structured logging and standard log messages]
* #wrapping-loggers[Wrapping loggers]
* #advanced-structuring[Advanced structuring]
* #injecting-loggers-versus-returning-errors[Injecting loggers versus returning errors]