Click or drag to resize

LoggerDebugT Method (Object)

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

[Missing <summary> documentation for "M:Monkeyspeak.Logging.Logger.Debug``1(System.Object)"]

Namespace:  Monkeyspeak.Logging
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public static void Debug<T>(
	Object msg
)

Parameters

msg
Type: SystemObject

[Missing <param name="msg"/> documentation for "M:Monkeyspeak.Logging.Logger.Debug``1(System.Object)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Monkeyspeak.Logging.Logger.Debug``1(System.Object)"]

See Also