Log4NetAdoNetAppender icon indicating copy to clipboard operation
Log4NetAdoNetAppender copied to clipboard

.Net Standard 1.3-2.1 AdoNetAppender

Results 14 Log4NetAdoNetAppender issues
Sort by recently updated
recently updated
newest added

hello, good afternoon, I have this configuration in log4net.config, I'm trying to save my logs in the database, which is already created. but the error that shows in the console...

Hi, .NET Core 6, when specifying `connectionStringName` in log4net, it cannot locate it. `ConnectionStrings` with connectionStringName is set in appsettings.json. ``` log4net:ERROR [AdoNetAppender] ErrorCode: GenericFailure. Could not open database connection...

Hi, I need to dynamically update log4net configuration. `ConnectionString` update is working fine, but `ConnectionType` and probably `CommandText` are not updating. If'll not specify them in log4net.config, there is an...

I have used this log4netappender for logging in 3 cases in my application. The API appender is triggered automatically multiple times with null entries leading to DB exception for NOT...