I've just begun to play with log4net after trying endlessly to get Enterprise Library working as I'd like it.
I do have a few questions I was unable to find the answers for on my own (reading documentation/manual on logging.apache.org) this is all .net 1.1 and using 1.9b or whatever the latest build was. 1) is there a way to explicitly from code tell my log entry to use a specific appender? 2) For adoappender, is there way to provide more properties of a log entry, and log that into more columns etc? Eg, if I wanted to include username, version of windows etc. 3) from config file, is there somethinga little more finegrained for routing error messages than levels and string matches? I'd like to be able to "flag" an error message and if the config permits, have it processed with a specific appender. (I realize I could use the filter and filter on a string I throw in there, just seems cumbersome) Anyway thank you guys very much Weston Weems
