What version of log4net are you using? Older versions of log4net used
log4net.Appender.ADONetAppender as the type name. The documentation on
the website is for log4net 1.2.10.
--- [EMAIL PROTECTED] wrote:
>
> > Hi
> >
> > I am trying to log messages to Oracle 9i database table 'Log". I am
> > g
Title: AdoNetAppender:
Hi
I am trying to log messages to Oracle 9i database table 'Log". I am getting error while initializing AdoNetAppender…following is the log…
log4net:ERROR DOMConfigurator: Could not create Appender [AdoNetAppender_Oracle] of type [log4net.Appender.AdoNetAppender]. R
In my library's log4net setup I have two RollingFileAppenders enabled by
default. If the user logs on to a database (depends on the application),
I want to enable additional AdoNetAppenders with connectionstrings
pointing to the database the user is logged on to (multiple choices).
I believe I