Using Logging by Microsoft Enterprise Library without using "the configuration tool" ?

  • Thread starter Thread starter zahaby
  • Start date Start date
Z

zahaby

Is it applicable to use the Microsoft Enterprise Library in Logging
without using the configuration tool ?
I would like to configure and choose the trace listener
programmatically .

Thanks in advance.
 
Microsoft Enterprise Library it's guideline how to use most common features
and its ships with sources. You can chage sources any way you need.
Is it applicable to use the Microsoft Enterprise Library in Logging
without using the configuration tool ?
I would like to configure and choose the trace listener
programmatically .

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Zahaby,

The tool is there to aid in the writing of valid configuration sections
consumed by EL. You can write it yourself if you know what you are doing.
Let the config tool do it a few times and see how it goes about doing it.
Reading the EL docs also helps.

Regards,
-- Li-fan
 
Back
Top