Added braces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user