C# Класс Akka.Logger.Serilog.SerilogLogMessageFormatter

This class contains methods used to convert Serilog templated messages into normal text messages.
Наследование: ILogMessageFormatter
Показать файл Открыть проект

Открытые методы

Метод Описание
Format ( string format ) : string

Converts the specified template string to a text string using the specified token array to match replacements.

SerilogLogMessageFormatter ( ) : System.Collections.Generic

Initializes a new instance of the SerilogLogMessageFormatter class.

Описание методов

Format() публичный Метод

Converts the specified template string to a text string using the specified token array to match replacements.
public Format ( string format ) : string
format string The template string used in the conversion.
Результат string

SerilogLogMessageFormatter() публичный Метод

Initializes a new instance of the SerilogLogMessageFormatter class.
public SerilogLogMessageFormatter ( ) : System.Collections.Generic
Результат System.Collections.Generic