Logs a 'critical' message to the Orckestra CMS log. You should only use 'critical' when a major system failure occur.
Namespace: Composite.CoreAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public static void LogCritical(
string title,
string messageFormat,
params Object[] args
) |
| Visual Basic |
|---|
Public Shared Sub LogCritical ( _
title As String, _
messageFormat As String, _
ParamArray args As Object() _
) |
| Visual C++ |
|---|
public:
static void LogCritical(
String^ title,
String^ messageFormat,
... array<Object^>^ args
) |
See Also