SimpleLogger
SimpleLogger copied to clipboard
Changing Log Directory
I've recently included SimpleLogger into my project and am loving it.
But is there a way in SimpleLogger for me to create a directory that can be used to store the logs created within that directory?
I've recently included SimpleLogger into my project and am loving it.
But is there a way in SimpleLogger for me to create a directory that can be used to store the logs created within that directory?
You can specify a directory location when you create a FileLogger. Logger.LoggerHandlerManager .AddHandler(new FileLoggerHandler(filename,directory path));