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.
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
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
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.
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.
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.
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">
>
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