Re: Calling method

2005-05-31 Thread Graham Innocent
source field to say Jkd.Vor.ClassA, that is how would I declare my logger to return this?? That's because you have all logging being done by the logger defined for Jkd.Vor.Utilities.Logger. You could define a logger for each class using GetLogger(typeof()) -- Graham Innocent, Bus

Re: Has Anyone Seen THIS Error Before?

2005-01-20 Thread Graham Innocent
there, does your application have read permission ? Hope this helps, Graham Graham Innocent Parthenon Computing +44-1865-811184 http://www.parthcomp.com

Re: Why does log4net.LogManager.Shutdown() throw an exception?

2004-12-20 Thread Graham Innocent
Yep, something like that would be handy. Graham Dru Sellers wrote: I was actually hoping for something like LogManager.IsShutdown; Dru

Re: Why does log4net.LogManager.Shutdown() throw an exception?

2004-12-19 Thread Graham Innocent
Search your codebase for all instances of LogManager.Shutdown, put breakpoints on them, then run the code in the debugger. Cheers, Graham Innocent Parthenon Computing +44-1865-811184 http://www.parthcomp.com Dru Sellers wrote: How would I check that? Dru -Original Message

Re: Why does log4net.LogManager.Shutdown() throw an exception?

2004-12-18 Thread Graham Innocent
). Version: 6.0.817 / Virus Database: 555 - Release Date: 12/15/2004 Is it possible that LogManager.Shutdown() has already been called ? Cheers, Graham InnocentParthenon Computing +44-1865-811184 http://www.parthcomp.com

Re: trying somthing simple, and it fails

2004-12-17 Thread Graham Innocent
Hi, A couple of things to double check:- 1) You have a hard-coded file reference : "..\\..\\log4net.xml" Are you certain that this corresponds to where your .xml file actually is ? 2) Are you sure that "C:\logFile.txt" is writable by your app ? Cheers, Graham Innocent Chase

Re: CompactRepositorySelector

2004-12-01 Thread Graham Innocent
Thanks Nicko. Graham P.S. Do you have any 'smart device' Visual Studio project files lying around for making the netcf build ? To build log4net for the Compact Framework in Visual Studio: Just create a new C# "Smart Device Application" project. Add all the *.cs source files from the src dire

Watching config file changes on netcf

2004-11-26 Thread Graham Innocent
nd of problem (either with their own workarounds, or something they would like to commit to the log4net codebase) ? Any advice much appreciated. -- Graham InnocentParthenon Computing +44-1865-811184 http://www.parthcomp.com