Hi, As much as I'm up for helping new folks, there have been a lot of log4net 101 questions in here lately that are answered in the online documentation.. So I'll refer you to those to get you started:
http://logging.apache.org/log4net/release/manual/introduction.html http://logging.apache.org/log4net/release/manual/configuration.html They should answer your second and third questions.. To have multiple projects use the same config, add a reference to log4net to all of the projects, and configure the main one (whatever.exe) as you have been previously.. the rest should pick it up automatically.. Cheers, Peter On Mon, May 19, 2008 at 4:53 PM, darthBug <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm just starting with log4net and want to know how to log to the same log > from several projects in a solution. > The way i use it in a single project is very easy. Just create a config > file, create ILog object and log away, but i have no idea how that whole > thing works when i have many projects that need to log to the same file. > > Another question is can i make the projects share log4net single > configuration file and write to the same log file? > And is it possible to later split the logging to many files? > > Thanks, > > darthBug > > > -- > View this message in context: > http://www.nabble.com/How-to-log-from-multiple-projects-using-log4net--tp17327942p17327942.html > Sent from the Log4net - Users mailing list archive at Nabble.com. > > -- Peter's Photography www.PeterDrier.com
