C# Class Akka.Event.DefaultLogMessageFormatter

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

Méthodes publiques

Méthode Description
Format ( string format ) : string

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

Method Details

Format() public méthode

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.
Résultat string