1 write to _path
Microsoft.Extensions.Logging.AzureAppServices (1)
FileLoggerProvider.cs (1)
33_path = loggerOptions.LogDirectory;
3 references to _path
Microsoft.Extensions.Logging.AzureAppServices (3)
FileLoggerProvider.cs (3)
41Directory.CreateDirectory(_path); 66return Path.Combine(_path, $"{_fileName}{group.Year:0000}{group.Month:00}{group.Day:00}.txt"); 78var files = new DirectoryInfo(_path)