Click or drag to resize

ILoggerDebug(String, Object) Method

[Missing <summary> documentation for "M:Casewhere.Infrastructure.Logging.ILogger.Debug(System.String,System.Object[])"]


Namespace: Casewhere.Infrastructure.Logging
Assembly: Casewhere.Infrastructure.Logging (in Casewhere.Infrastructure.Logging.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void Debug(
	string message,
	params Object[] propertyValues
)

Parameters

message  String
 
propertyValues  Object
 
See Also