{
"Timestamp": "09:51:09 ",
"EventId": 0,
"LogLevel": "Information",
"Category": "My test logger",
"Message": "This is a test log",
"State": {
"Message": "This is a test log",
"{OriginalFormat}": "This is a test log"
},
"Scopes": [
{
"Message": "Entering first stage of my-req for Foo Bar",
"RequestId": "my-req",
"UserName": "Foo Bar",
"{OriginalFormat}": "Entering first stage of {RequestId} for {UserName}"
},
{
"Message": "Entering second stage of some result",
"ComputedResult": "some result",
"{OriginalFormat}": "Entering second stage of {ComputedResult}"
}
]
}