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