Skip to content

9c62e323 6a29 b04d 2090 4296b79e7764

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

ILogEventFormatter Interface

The interface defines the set of methods necessary to bring any kind of logging event into human-readable form.

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

Syntax

C#

public interface ILogEventFormatter

The ILogEventFormatter type exposes the following members.

Methods

 

Name Description
Public method Format This method formats provided logging event and writes the result back into provided string builder.
  Back to Top

Remarks

Classes derived from this interface do the actual work of logging event formatting according to their specifications.

See Also

Reference

Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally