RedLock.net icon indicating copy to clipboard operation
RedLock.net copied to clipboard

Use Structured Logging

Open ArthNRick opened this issue 3 years ago • 1 comments

Structured logging is the practice of implementing a consistent, predetermined message format for application logs that allows them to be treated as data sets rather than text. The idea of structured logging is to take an application log that is delivered as a string of text and convert it into a simple relational data set that can be more easily searched and analyzed.

https://docs.microsoft.com/pt-br/aspnet/core/fundamentals/logging/?view=aspnetcore-6.0#log-message-template

ArthNRick avatar May 02 '22 21:05 ArthNRick