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