No logs on vista in program files

2008-05-11 Thread aus1977
No logs are writing on vista when the application should run from programm files -- View this message in context: http://www.nabble.com/No-logs-on-vista-in-program-files-tp17170585p17170585.html Sent from the Log4net - Users mailing list archive at Nabble.com.

Moving log4net config out of App.config

2008-04-23 Thread aus1977
I need to move log4net configuration from app.config file and i have tryed the following : app.config file : log4net.config file: it is doesn't works -- View this message

System.Reflection.MethodBase.GetCurrentMethod ()' threw an exception of type 'System.ArSystem.Reflection.MethodBase

2008-03-27 Thread aus1977
I am trying to use log4net in next manner : LogException(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.ToString(),ex) and i am getting System.Reflection.MethodBase.GetCurrentMethod ()' threw an exception of type 'System.ArSystem.Reflection.MethodBase somebody help me . -- View th

routnig logs files to cpecific folder

2008-03-19 Thread aus1977
I want the log4net write logs files to cpecific folder ,not to current application folder -- View this message in context: http://www.nabble.com/routnig-logs-files-to-cpecific-folder-tp16140319p16140319.html Sent from the Log4net - Users mailing list archive at Nabble.com.

Preventing log4net bee recognize as spam

2008-03-19 Thread aus1977
Hello everyone i have some client application and i want to use log4net with ws or pop3 appender the problem is that if my application will send logs from client machine it will be recognize as spam.So what should i do in order to resolve this problem -- View this message in context: http://www.

Error handling inside log4net

2008-02-03 Thread aus1977
How does log4net handling exception of itself -- View this message in context: http://www.nabble.com/Error-handling-inside-log4net-tp15253276p15253276.html Sent from the Log4net - Users mailing list archive at Nabble.com.

Re: (AUS1977)logging to different appenders dipending on level

2008-01-31 Thread aus1977
Thank you but i need it on the logger level si-9 wrote: > >> Is it possible use log to different appenders from same logger name >> dipending >> on level. > > Yes, use the LevelRangeFilter inside each appenders configuration. > > > type="log4net.Appender.RollingFileAppender"> >

(AUS1977)logging to different appenders dipending on level

2008-01-30 Thread aus1977
Is it possible use log to different appenders from same logger name dipending on level. I'll try to explane myself mor clearly .For example we have some logger named MyLogger so we need this logger to log INFO messages to ConsoleAppender,WARN messages to LogFileAppender and ERROR messages to Rol