Click or drag to resize

LoggerConfiguration Properties

The LoggerConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyArchiveAboveSize 
Public propertyArchiveOldFileOnStartup creates a empty log file on startup old logs are archived
Public propertyDeleteOldFileOnStartup delete the old log file on startup. this creates always an empty log. If continuous logging is required, set the value to false.
Public propertyDirectoryName The name of the directory of the log file including backslash.
Public propertyFileName The name of the log file.
Public propertyLayout 
Public propertyLevels The level of log detail.
Public propertyMaxArchiveFiles 
Top
See Also