RE: How to pass parameters through coding in log4net Applications

2005-08-14 Thread Nicko Cadell
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 > > >

Re: How to pass parameters through coding in log4net Applications

2005-07-30 Thread Ron Grabowski
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

How to pass parameters through coding in log4net Applications

2005-07-29 Thread vicky
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