Logs a 'warning' message to the Orckestra CMS log.
Namespace: Composite.CoreAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static void LogWarning( string title, string messageFormat, params Object[] args ) |
Visual Basic |
---|
Public Shared Sub LogWarning ( _ title As String, _ messageFormat As String, _ ParamArray args As Object() _ ) |
Visual C++ |
---|
public: static void LogWarning( String^ title, String^ messageFormat, ... array<Object^>^ args ) |
Parameters
- title
- Type: System..::..String
Title of log message
- messageFormat
- Type: System..::..String
Message to log in a String.Format() style using {0} etc.
- args
- Type: array<System..::..Object>[]()[][]
Arguments to put into the message