extending the fileappender

2009-02-20 Thread rodchar
hi all, what's the easiest way to extend the fileappender? i'd to add what user logged it and what class it came from? thanks, rodchar -- View this message in context: http://www.nabble.com/extending-the-fileappender-tp22120783p22120783.html Sent from the Log4net - Dev mailing list archive at

log definition is in my pagebase

2009-02-20 Thread rodchar
Hi all, i have a pagebase class where all my tiers inherit from. i'm using the fileappender and i noticed the logger says it came from pagebase. is there a way to tell it to report the inheriting class that actually logged the record? thanks, rodchar -- View this message in context: http://www

Re: multi-tier app and log4net

2009-02-20 Thread rodchar
thanks for the help, rod. rodchar wrote: > > hey all, > i have a web app that is multi-tiered (ui,bll,dal). is there a way to > intantiate once and use thru out my tiers? if so, what's the best way to > get the logger down into the business and data layers? > > thanks, > rodchar > -- View t