Click or drag to resize

LoggerConfiguration Class

Provides configurations of the logger.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.ConfigurationLoggerConfiguration

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public class LoggerConfiguration

The LoggerConfiguration type exposes the following members.

Constructors
 NameDescription
Public methodLoggerConfigurationInitializes a new instance of the LoggerConfiguration class
Top
Properties
 NameDescription
Public propertyArchiveAboveSize 
Public propertyArchiveOldFileOnStartup 
Public propertyDeleteOldFileOnStartup 
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
Methods
 NameDescription
Public methodApplySettings 
Top
See Also