A formatted message with an associated Context.
More...
Source file:
A formatted message with an associated Context.
- See also
- Loyc.LogMessage
|
| Severity | Severity [get] |
| | Indicates how problematic the message is (Debug, Note, Warning, Error, etc.) More...
|
| |
| object | Context [get] |
| | An object associated with the event being logged (possibly huge). More...
|
| |
| string | Format [get] |
| | Format string (without substitutions or localization) More...
|
| |
| object[] | Args [get] |
| | Values to be substituted into the format string. More...
|
| |
| string | Formatted [get] |
| | Formatted string (with substitution and localization applied) More...
|
| |
| object | Location [get] |
| | Typically this returns MessageSink.LocationOf(Context). More...
|
| |
◆ Args
| object [] Loyc.ILogMessage.Args |
|
get |
Values to be substituted into the format string.
◆ Context
| object Loyc.ILogMessage.Context |
|
get |
An object associated with the event being logged (possibly huge).
◆ Format
| string Loyc.ILogMessage.Format |
|
get |
Format string (without substitutions or localization)
◆ Formatted
| string Loyc.ILogMessage.Formatted |
|
get |
Formatted string (with substitution and localization applied)
◆ Location
| object Loyc.ILogMessage.Location |
|
get |
Typically this returns MessageSink.LocationOf(Context).
◆ Severity
Indicates how problematic the message is (Debug, Note, Warning, Error, etc.)