Skip to content

e086ffbc 0a96 dd57 b91a 001de3abd67d

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

Plexdata.LogWriter.Internals.Formatters Namespace

The Plexdata.LogWriter.Internals.Formatters namespace contains classes, interfaces and other implementations that are related to data formatting.

Classes

 

Class Description
Protected class CsvFormatter This internal class provides functionality to transform logging massages into CSV format.
Protected class FormatterBase This internal class represents the base class of all other formatter implementations.
Protected class GelfFormatter This internal class provides functionality to transform logging massages into GELF format.
Protected class JsonFormatter This internal class provides functionality to transform logging massages into JSON format.
Protected class RawFormatter This internal class provides functionality to transform logging massages into raw format.
Protected class XmlFormatter This internal class provides functionality to transform logging massages into XML format.

Remarks

This namespace only includes classes that implement interface ILogEventFormatter. At the moment, these classes are the RawFormatter, the CsvFormatter, the JsonFormatter and the XmlFormatter. All of these classes are derived from FormatterBase.

Clone this wiki locally