Click or drag to resize
Akka.NETILogMessageFormatter Interface
This interface describes the methods used to format log messages.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface ILogMessageFormatter

The ILogMessageFormatter type exposes the following members.

Methods
  NameDescription
Public methodFormat
Formats a specified composite string using an optional list of item substitutions.
Top
See Also