I can see (*cough* Reflector *cough*) that log4net is referenced many places through the iMIS app, and appears to be responsible for writing Asi.Webroot.log and possibly other files.
- Where can I find basic information for using log4net?
- Are there any code samples, or specific examples easily found in code?
- Is there an ASI wrapper for this, or do I need to invoke log4net directly?
- Is it possible for me to invoke log4net in a way that adds my entries to Asi.Webroot.log?
- Is it advisable to do so? (That is, it won't cause concurrency problems with iMIS writing to it also.)
I'm assuming that my app would run inside the Net or iMIS_Public folder, and be a part of the same application space with iMIS.
I can make a business case for writing to ASI's log, especially for product-ized software. It would also be useful to write private log files, to aid in debugging without cluttering up the main log.
-- Bruce
Found log4net's home
I found log4net at http://logging.apache.org/log4net/, so now I have a place to read the generic docs.
The specific questions about working safely with iMIS are still open.
-- Bruce