You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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));
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?
The text was updated successfully, but these errors were encountered: