How to achieve message template highlighting for structured loggin?
When using the Microsoft.Extensions.Logging.ILogger<T>
with message templates for structured logging, Visual Studio highlights the message template “named holes”/parameters like this (see {Address}
):
How to achieve message template highlighting for structured loggin?
When using the Microsoft.Extensions.Logging.ILogger<T>
with message templates for structured logging, Visual Studio highlights the message template “named holes”/parameters like this (see {Address}
):