Show / Hide Table of Contents

Class LoggerConfig

Class that configures instances of Log.

Inheritance
object
LoggerConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Logger
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
Type Name Description
ConfigurationManager configMgr

Properties

Exceptions

Declaration
public LoggerConfig.ExceptionsConfig Exceptions { get; set; }
Property Value
Type Description
LoggerConfig.ExceptionsConfig

Level

Declaration
public LoggerConfig.LevelConfig Level { get; set; }
Property Value
Type Description
LoggerConfig.LevelConfig
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE