C# Класс Akka.Event.DefaultLogMessageFormatter

Default implementation of the ILogMessageFormatter that uses string.Format to format a log message.
Наследование: ILogMessageFormatter
Показать файл Открыть проект

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

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

Formats the log message using string.Format providing the format and specified args.

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

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

Formats the log message using string.Format providing the format and specified args.
public Format ( string format ) : string
format string The format string of the message.
Результат string