diff --git a/sandbox/ConsoleApp/Program.cs b/sandbox/ConsoleApp/Program.cs index a455a550..a6e7b2f3 100644 --- a/sandbox/ConsoleApp/Program.cs +++ b/sandbox/ConsoleApp/Program.cs @@ -347,7 +347,7 @@ public async Task Run() - logger.ZLogInformation("Registered User: Id = {0}, UserName = {1}", id, userName); + // logger.ZLogInformation("Registered User: Id = {0}, UserName = {1}", id, userName); // // {"CategoryName":"ConsoleApp.Program","LogLevel":"Information","EventId":0,"EventIdName":null,"Timestamp":"2020-04-07T11:53:22.3867872+00:00","Exception":null,"Message":"Registered User: Id = 10, UserName = Mike","Payload":{"Id":10,"Name":"Mike"}} // logger.ZLogInformationWithPayload(new UserRegisteredLog