Click or drag to resize

LogMessage Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the LogMessage class

Namespace:  Monkeyspeak.Logging
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
private LogMessage(
	Level level,
	string msg,
	TimeSpan expireDuration
)

Parameters

level
Type: Monkeyspeak.LoggingLevel

[Missing <param name="level"/> documentation for "M:Monkeyspeak.Logging.LogMessage.#ctor(Monkeyspeak.Logging.Level,System.String,System.TimeSpan)"]

msg
Type: SystemString

[Missing <param name="msg"/> documentation for "M:Monkeyspeak.Logging.LogMessage.#ctor(Monkeyspeak.Logging.Level,System.String,System.TimeSpan)"]

expireDuration
Type: SystemTimeSpan

[Missing <param name="expireDuration"/> documentation for "M:Monkeyspeak.Logging.LogMessage.#ctor(Monkeyspeak.Logging.Level,System.String,System.TimeSpan)"]

See Also