Skip to content

211c5d72 0fbf 9d90 b5fc f7971e276fb7

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

CompositeLogger.Write Method (LogLevel, Exception)

This method writes the exception into the logging target using provided logging level.

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

Syntax

C#

public void Write(
	LogLevel level,
	Exception exception
)

Parameters

 

level
Type: Plexdata.LogWriter.Definitions.LogLevel
The logging level to be used to tag the written logging data.
exception
Type: System.Exception
The exception to be written.

Implements

ILogger.Write(LogLevel, Exception)

Remarks

This method performs the actual writing of logging data into the logging target using a particular logging level. Be aware, nothing will happen if exception is null.

See Also

Reference

CompositeLogger Class
Write Overload
Plexdata.LogWriter.Logging Namespace

Clone this wiki locally