Click or drag to resize
ILoggerDebugFormat Method (String, Object)

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

Namespace: Slash.Diagnostics.Logging
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
void DebugFormat(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString

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

args
Type: SystemObject

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

See Also