All Questions
Tagged with log4net-appender mysql
3 questions
1
vote
2
answers
1k
views
log4net logging error in mysql database logging
i am using log4net for logging in mysql database. log4net configuration is correct and because i have tested to log in sql server and in file but when i'm writing logs in mysql database then it prompt ...
3
votes
3
answers
2k
views
log4net AdoNetAppender inserting "Null" string instead of null in database
I have a log4net logging on my .net 3.5 application. Logging is inserting into database. One issue I am having is that for the database which i doesn't set data it inserts "NULL" instead of database ...
1
vote
1
answer
676
views
log4net Mysql logging not working in my .net 3.5 application
I have a application where simple text file logging is working fine. now i also needed to logging in mysql database.
But nothing happened after my log entries of code.
My log4net configuration is
<...