Click or drag to resize
ILogger.Debug Method (Object, Exception)

[Missing <summary> documentation for "M:Slash.Diagnostics.Logging.ILogger.Debug(System.Object,System.Exception)"]

Namespace: Slash.Diagnostics.Logging
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
void Debug(
	Object message,
	Exception t
)

Parameters

message
Type: System.Object

[Missing <param name="message"/> documentation for "M:Slash.Diagnostics.Logging.ILogger.Debug(System.Object,System.Exception)"]

t
Type: System.Exception

[Missing <param name="t"/> documentation for "M:Slash.Diagnostics.Logging.ILogger.Debug(System.Object,System.Exception)"]

See Also