Click or drag to resize

LoggerFails Method (Boolean, String)

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

[Missing <summary> documentation for "M:Monkeyspeak.Logging.Logger.Fails(System.Boolean,System.String)"]

Namespace:  Monkeyspeak.Logging
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public static bool Fails(
	bool cond,
	string failMsg
)

Parameters

cond
Type: SystemBoolean

[Missing <param name="cond"/> documentation for "M:Monkeyspeak.Logging.Logger.Fails(System.Boolean,System.String)"]

failMsg
Type: SystemString

[Missing <param name="failMsg"/> documentation for "M:Monkeyspeak.Logging.Logger.Fails(System.Boolean,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Monkeyspeak.Logging.Logger.Fails(System.Boolean,System.String)"]

See Also