Click or drag to resize

ILoggerForContext Method

[Missing <summary> documentation for "M:Casewhere.Infrastructure.Logging.ILogger.ForContext(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#
ILogger ForContext(
	string propertyName,
	Object value
)

Parameters

propertyName  String
 
value  Object
 

Return Value

ILogger

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

See Also