I've just tried to introduce LitDB logging of my Xamarin Forms app, based on this https://github.com/mbdavid/LiteDB/wiki/Connection-String
I.e.:
new LiteRepository("filename=/data/user/0/com.mycompany.myapp/files/LocalDb/DB_1.0_Logged_User.db;log=255;journal=false")
255 is based on Logger.FULL
However I didn't see completelly no logs, during selecting/insering/updating objects in LiteDB.
Any idea?
I've just tried to introduce LitDB logging of my Xamarin Forms app, based on this https://github.com/mbdavid/LiteDB/wiki/Connection-String
I.e.:
new LiteRepository("filename=/data/user/0/com.mycompany.myapp/files/LocalDb/DB_1.0_Logged_User.db;log=255;journal=false")255 is based on
Logger.FULLHowever I didn't see completelly no logs, during selecting/insering/updating objects in LiteDB.
Any idea?