Namespace Invex.Extensions.Logging.File.Configuration
Classes
- FileLoggerConfiguration
Configuration options for the file logger. Bound from the
Logging:Fileconfiguration section when registered via AddFile(ILoggingBuilder, bool), and can also be set programmatically via the AddFile(ILoggingBuilder, Action<FileLoggerConfiguration>, bool) overload.
Enums
- FileRolloverInterval
Specifies how frequently the active log file is rolled over to a new file, based on the elapsed time since the file was created.