saleem-mirza / serilog-sinks-sqlite

A Serilog sink that writes to SQLite
Apache License 2.0
56 stars 44 forks source link

Timestamps written in SQLite-compatible format. Fixes #13. #14

Closed kravlost closed 6 years ago

kravlost commented 6 years ago

As per #13, SQLite only accepts certain DateTime formats. This PR changes the format to match.

kravlost commented 6 years ago

Could this update be uploaded to Nuget, please?