Not implemented.
Namespace: Relativity.Kepler.Logging
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public ILog ForContext( string propertyName, Object value, bool destructureObjects )
Parameters
- propertyName
- Type: System.String
[Missing <param name="propertyName"/> documentation for "M:Relativity.Kepler.Logging.OutputWindowLogger.ForContext(System.String,System.Object,System.Boolean)"]
- value
- Type: System.Object
[Missing <param name="value"/> documentation for "M:Relativity.Kepler.Logging.OutputWindowLogger.ForContext(System.String,System.Object,System.Boolean)"]
- destructureObjects
- Type: System.Boolean
[Missing <param name="destructureObjects"/> documentation for "M:Relativity.Kepler.Logging.OutputWindowLogger.ForContext(System.String,System.Object,System.Boolean)"]
Return Value
Type: ILog[Missing <returns> documentation for "M:Relativity.Kepler.Logging.OutputWindowLogger.ForContext(System.String,System.Object,System.Boolean)"]
Implements
ILog.ForContext(String, Object, Boolean)See Also