Questions tagged as 'log4net'

1
answer

How to create a log in html with log4net

I have a project that already uses log4net, but I would like to display this log in HTML. I searched through multiple sites and no one implemented this solution. Does anyone have any idea how to do this?     
asked by 26.06.2015 / 20:49
0
answers

How to log a log4net log when using the Task Scheduler to start a console application?

I have compiled a Console application in C # which has log4net (which is already working normally when I run the app) and configured it through the Windows Task Scheduler to run the console application every day X hours. But when it runs the...
asked by 19.09.2018 / 19:56
0
answers

Log4Net Always create the file, even if it is blank, ie no events

I would like to know how to create the 3 files below, even without having an event in them, that is, create them every day. And if you have any other comments to improve the setting, I'm open to suggestions. Following the settings: Informa...
asked by 05.07.2018 / 12:46
0
answers

Log4Net C # - does not write to the database

I'm using log4Net as the Log framework for a WinForms APP. public class Logger { private ILog _logErro; private const string LogErro = "LoggerErro"; public Logger() { Configure(); } private void Configure() { _logErro = LogManager.Ge...
asked by 28.07.2016 / 15:07