Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | List of all members
Loyc.ILogMessage Interface Reference

A formatted message with an associated Context. More...


Source file:
Inheritance diagram for Loyc.ILogMessage:
Loyc.LogMessage

Remarks

A formatted message with an associated Context.

See also
Loyc.LogMessage

Properties

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

Property Documentation

object [] Loyc.ILogMessage.Args
get

Values to be substituted into the format string.

object Loyc.ILogMessage.Context
get

An object associated with the event being logged (possibly huge).

string Loyc.ILogMessage.Format
get

Format string (without substitutions or localization)

string Loyc.ILogMessage.Formatted
get

Formatted string (with substitution and localization applied)

object Loyc.ILogMessage.Location
get

Typically this returns MessageSink.LocationOf(Context).

Severity Loyc.ILogMessage.Severity
get

Indicates how problematic the message is (Debug, Note, Warning, Error, etc.)