Skip to content

5bf2b40c d369 9d49 9ece 9ee6bc237e88

Axel Kesseler edited this page Mar 1, 2023 · 5 revisions

CompositeLoggerBase Constructor

The standard class constructor.

Namespace: Plexdata.LogWriter.Logging
Assembly: Plexdata.LogWriter.Composite (in Plexdata.LogWriter.Composite.dll) Version: 1.0.7.1

Syntax

C#

protected CompositeLoggerBase(
	ICompositeLoggerSettings settings
)

Parameters

 

settings
Type: Plexdata.LogWriter.Abstraction.ICompositeLoggerSettings
The settings to be used.

Exceptions

 

Exception Condition
ArgumentNullException This exception is thrown if the parameter settings is null.

Remarks

This constructor performs the initialization of fields and properties.

See Also

Reference

CompositeLoggerBase Class
Plexdata.LogWriter.Logging Namespace

Clone this wiki locally