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.27.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 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
Methods
 NameDescription
Public methodApplySettings 
Top
Fields
 NameDescription
Public fieldStatic memberCustomerLoggerName 
Top
See Also