Class LoggerConfig
Class that configures instances of Log.
Assembly: WMServer.dll
Syntax
public class LoggerConfig
Constructors
LoggerConfig(ConfigurationManager)
Create and initialize this logging configuration by reading log settings from the configuration manager.
Declaration
public LoggerConfig(ConfigurationManager configMgr)
Parameters
Properties
Exceptions
Declaration
public LoggerConfig.ExceptionsConfig Exceptions { get; set; }
Property Value
Level
Declaration
public LoggerConfig.LevelConfig Level { get; set; }
Property Value