Logs to the Output window
Namespace: Relativity.Kepler.Logging
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public void LogError( string messageTemplate, params Object[] propertyValues )
Parameters
- messageTemplate
- Type: System.String
[Missing <param name="messageTemplate"/> documentation for "M:Relativity.Kepler.Logging.OutputWindowLogger.LogError(System.String,System.Object[])"]
- propertyValues
- Type:System.Object[]
[Missing <param name="propertyValues"/> documentation for "M:Relativity.Kepler.Logging.OutputWindowLogger.LogError(System.String,System.Object[])"]
Implements
ILog.LogError(String,Object[])See Also