Skip to content

20d3dbbc 94a1 7ba3 dabb 1676dfe9b3cb

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

RawFormatter Constructor

The parameterized constructor just initializes all properties.

Namespace: Plexdata.LogWriter.Internals.Formatters
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1

Syntax

C#

public RawFormatter(
	ILoggerSettings settings
)

Parameters

 

settings
Type: Plexdata.LogWriter.Abstraction.ILoggerSettings
The settings to be used for data formatting.

Exceptions

 

Exception Condition
NotSupportedException This exception is thrown if the logging type within provided settings is not set to Raw.

Remarks

Formatting data depends on some logger settings. Therefore, consumers of this class must provide an instance of ILoggerSettings.

See Also

Reference

RawFormatter Class
Plexdata.LogWriter.Internals.Formatters Namespace
FormatterBase.FormatterBase(ILoggerSettings)

Clone this wiki locally