Example #1
0
 public FileWriter(IOptions <PipaslotLoggerOptions> options, string name, RollingInterval rollingInterval, IFileNameFormatter fileNameFormatter, QueueFormatter formatter)
 {
     _options           = options;
     _name              = name;
     _formatter         = formatter;
     _rollingInterval   = rollingInterval;
     _fileNameFormatter = fileNameFormatter;
 }