NetEscapades.Extensions.Logging
NetEscapades.Extensions.Logging copied to clipboard
FileSizeLimit rolling option
Is it possible to configure the logging provider to use only the FileSizeLimit rolling option, and disabling the Periodicity option? In this case it would be really useful to be able to create log files prefixed with the configured FileName, but suffixed with the current date when the log file was created, in the 'yyyyMMddHHmmss' format. For instance the logging provider could be configured to roll max. 30 files of max. 10 MB each, and the name of each log file would contain as suffix the time stamp when that file was created. And another question: is it possible to have the configure the logging file names with the Timestamp as prefix and the configured FileName as suffix?