C# 클래스 Akka.Event.DefaultLogMessageFormatter

Default implementation of the ILogMessageFormatter that uses string.Format to format a log message.
상속: ILogMessageFormatter
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
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