Logs a 'error' message to the Orckestra CMS log.
Namespace: Composite.CoreAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static void LogError( string title, Exception exception ) |
Visual Basic |
---|
Public Shared Sub LogError ( _ title As String, _ exception As Exception _ ) |
Visual C++ |
---|
public: static void LogError( String^ title, Exception^ exception ) |
Parameters
- title
- Type: System..::..String
Title of log message
- exception
- Type: System..::..Exception
Exception to log