ache.org
> Subject: How to pass parameters through coding in log4net Applications
>
> hi,
>
> Please tell me how can we pass the parameters like log
> filename for a log4net file Appender through Code.
> Same i have problem in case of ADONetAppender like Connection String.
>
> Thanks & regards
> Vicky
>
>
>
According to this page:
http://tinyurl.com/dqhnj
http://logging.apache.org/log4net/release/sdk/log4net.Appender.AdoNetAppender.ConnectionString.html
There is a public property named ConnectionString on AdoNetAppender
objects.
If you're wanting to define the appender via the xml config file and
s
hi,
Please tell me how can we pass the parameters like log filename for a log4net
file Appender through Code.
Same i have problem in case of ADONetAppender like Connection String.
Thanks & regards
Vicky