Add CreateConnection method to AdoNetAppender to allow subclasses to have
control of IDbConnection.
---------------------------------------------------------------------------------------------------
Key: LOG4NET-141
URL: https://issues.apache.org/jira/browse/LOG4NET-141
Project: Log4net
Issue Type: Improvement
Components: Appenders
Reporter: Ron Grabowski
Assignee: Ron Grabowski
Priority: Minor
The IDbConnection is created in the private method
InitializeDatabaseConnection. Use the Connection property to set the connection
object does not work when a reconnect is required. Add a CreateConnection
method to allow sub-classes that handle creating their own connection.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.