Click or drag to resize

RotatingFileLogProvider Constructor

Overload List
  NameDescription
Public methodRotatingFileLogProvider(String)
Creates a new instance of the RotatingFileLogProvider. Defaults to LogLevel.Info, and 7 days.
Public methodRotatingFileLogProvider(String, Int32)
Creates a new instance of the RotatingFileLogProvider. Defaults to LogLevel.Info.
Public methodRotatingFileLogProvider(LogLevel, String, Int32)
Creates a new instance of the RotatingFileLogProvider.
Top
See Also