sebastienros / yessql

A .NET document database working on any RDBMS
MIT License
1.19k stars 196 forks source link

Diagnostics #50

Open Jetski5822 opened 7 years ago

Jetski5822 commented 7 years ago

Might be worth implementing something like this https://github.com/aspnet/Diagnostics/tree/dev/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore

This was we could hook in to the diagnostics in Orchard easier

sebastienros commented 7 years ago

I was just thinking we needed more way to hook up in yessql events too. Like to alter objects when they are serialized/deserialized and integrate it with service containers. At least I could provide some logs, for SQL and errors.