OutputWindowLogger. LogError 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 LogError(
	Exception exception,
	string messageTemplate,
	params Object[] propertyValues
)

Parameters

exception
Type: System.Exception

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

messageTemplate
Type: System.String

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

propertyValues
Type:System.Object[]

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

Implements

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

Reference