Enhanced C#
Language of your choice: library documentation
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

◆ 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

Severity Loyc.ILogMessage.Severity
get

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