Class LogMessage
Represents a log message which is composed of a format string and format args.
Inherited Members
Namespace: Akka.Event
Assembly: Akka.dll
Syntax
public abstract class LogMessage
Remarks
Call ToString to get the formatted output.
Constructors
| Improve this Doc View SourceLogMessage(ILogMessageFormatter, String)
Initializes an instance of the LogMessage with the specified formatter, format and args.
Declaration
public LogMessage(ILogMessageFormatter formatter, string format)
Parameters
Type | Name | Description |
---|---|---|
ILogMessageFormatter | formatter | The formatter for the LogMessage. |
String | format | The string format of the LogMessage. |
Fields
| Improve this Doc View SourceFormatter
Declaration
protected readonly ILogMessageFormatter Formatter
Field Value
Type | Description |
---|---|
ILogMessageFormatter |
Properties
| Improve this Doc View SourceFormat
Gets the format string of this log message.
Declaration
public string Format { get; }
Property Value
Type | Description |
---|---|
String |