Added braces

This commit is contained in:
2025-04-27 08:07:47 +02:00
parent b50ab3784c
commit d981397b02
13 changed files with 63 additions and 23 deletions

View File

@@ -464,4 +464,4 @@ jsonLogger?.SetContext("UserId", "john.doe");
jsonLogger?.LogInformation("User logged in");
````
// Output:
// [2025-04-25 17:01:00Z] [Information] MyCategory: User logged in | CorrelationId=abc-123 UserId=john.doe
// [2025-04-25 17:01:00Z] [Information] MyCategory: User logged in CorrelationId=abc-123 UserId=john.doe