Skip to content

Commit

Permalink
more for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Apr 7, 2020
1 parent 5392116 commit 653dd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/ConsoleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 653dd23

Please sign in to comment.