saleem-mirza / serilog-sinks-sqlite

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

Adding password provision #27

Closed Rasika9596 closed 4 years ago

saleem-mirza commented 4 years ago

Sink is being used in many applications and change introduced by commit will break interface compatibility and applications too.

Rasika9596 commented 4 years ago

We have got default password in LoggeConfiguration but yes not one in SQLiteSink, so providing default password = null or overloading constructor should sort it out, am I right?