OutputWindowLogger. LogDebug Method (Exception, String,Object[] )

Relativity Kepler
Logs to the Output window

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

C#
public void LogDebug(
	Exception exception,
	string messageTemplate,
	params Object[] propertyValues
)

Parameters

exception
Type: System.Exception

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

messageTemplate
Type: System.String

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

propertyValues
Type:System.Object[]

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

Implements

ILog.LogDebug(Exception, String,Object[])
See Also

Reference