Re: [sqlite] not able to save log to sqlite

2018-02-28 Thread Joe Mistachkin
Abhijit Dass wrote: > > i want to logging exception details to sqlite database using > Nlog libraries, m okay when i store logging details by using > ado.net code but m not able to insert log details when i use > nlog.config. please help me out how can i insert logging > details by nlog.config. >

[sqlite] not able to save log to sqlite

2018-02-28 Thread Abhijit Dass
hi, i want to logging exception details to sqlite database using Nlog libraries, m okay when i store logging details by using ado.net code but m not able to insert log details when i use nlog.config. please help me out how can i insert logging details by nlog.config. here is my code---