C# Class Akka.Event.DefaultLogMessageFormatter

Default implementation of the ILogMessageFormatter that uses string.Format to format a log message.
Inheritance: ILogMessageFormatter
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
Format ( string format ) : string

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

Method Details

Format() public method

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.
return string