Click or drag to resize

ILoggerVerbose(Exception, String, Object) Method

[Missing <summary> documentation for "M:Casewhere.Infrastructure.Logging.ILogger.Verbose(System.Exception,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 Verbose(
	Exception exception,
	string message,
	params Object[] propertyValues
)

Parameters

exception  Exception
 
message  String
 
propertyValues  Object
 
See Also