OutputWindowLogger. LogContextPushProperty Method

Relativity Kepler
Not implemented.

Namespace:  Relativity.Kepler.Logging
Assembly:  Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax

C#
public IDisposable LogContextPushProperty(
	string propertyName,
	Object obj
)

Parameters

propertyName
Type: System.String

[Missing <param name="propertyName"/> documentation for "M:Relativity.Kepler.Logging.OutputWindowLogger.LogContextPushProperty(System.String,System.Object)"]

obj
Type: System.Object

[Missing <param name="obj"/> documentation for "M:Relativity.Kepler.Logging.OutputWindowLogger.LogContextPushProperty(System.String,System.Object)"]

Return Value

Type: IDisposable

[Missing <returns> documentation for "M:Relativity.Kepler.Logging.OutputWindowLogger.LogContextPushProperty(System.String,System.Object)"]

Implements

ILog.LogContextPushProperty(String, Object)
See Also

Reference