Re: no log file generated

2010-02-24 Thread Cankut Eskin
I here's what I have in the log4net section: > > type="log4net.Appender.ConsoleAppender"> > > > > > > > > > > type="log4net.Appender.RollingFileAppender"> > > > > > > > > > > > > > > > > > > Thanks! > - Tomas > > > -- Cankut Eskin

Re: Configure the debug value to true or false when needed through C# code

2010-01-18 Thread Cankut Eskin
e enabled or disabled. > > > > Is it possible to configure this by setting the below debug value to “true” > or “false” through the C# code? > > > > > > The above line is from log4Net.config file. > > > > Regards, > > Leo > -- Cankut Eskin

How to make a part of log message uppercase

2009-06-22 Thread Cankut Eskin
Hello, I'm using AdoNetAppender to log messages. I've added %property{log4net:HostName} conversion pattern to the message parameter. Output is like [hostname] - foo bar. But i want the output like [HOSTNAME] - foo bar. How can i make the hostname

Getting AdoNetAppender parameters using Log4Net API

2009-06-19 Thread Cankut Eskin
Hello, I've defined some extra parameters for AdoNetAppender in log4net config file. Everything works fine. Here is one of my extra parameters defined: I wonder if there is some way in Log4Net API to get information about the parameters defi

Re: XmlHierarchyConfigurator: Failed to find type

2009-03-17 Thread Cankut Eskin
Thanks, it worked! On Tue, Mar 17, 2009 at 1:31 PM, Bruno Baia wrote: > Hi, > > Use "log4net.Appender.FileAppender+MinimalLock" > > > Cheers, > Bruno > > 2009/3/17 Cankut Eskin > > Hello, >> >> I just turned on log4net's interna

XmlHierarchyConfigurator: Failed to find type

2009-03-17 Thread Cankut Eskin
param: lockingModel I've googled the message and found nothing useful about solution. Any help will be appreciated. log4net version: 1.2.10.0 Thanks, Cankut Eskin