Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 583 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 583 Bytes

XAFLogging-Playground

XAF with Serilog - flexible and structured events logging.

ToDo:

  • Move settings to config
  • Add logging to Blazor
  • ...

Sample logging:

{
	"TimeStamp": "2022-10-11T11:45:46.2930913",
	"Level": "Information",
	"Message": "Application started",
	"MessageTemplate": "Application started",
	"Properties": {
		"Runtime": "Win",
		"Version": "1.0.8319.21167",
		"MachineName": "PC-JPT",
		"ProcessId": 15536
	}
}

Presented by Seq

alt text