IExtensibilityLogger.LogFatal Method
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Sub LogFatal ( _
source As String, _
logMessage As String _
)
void LogFatal(
string source,
string logMessage
)
void LogFatal(
String^ source,
String^ logMessage
)
abstract LogFatal :
source:string *
logMessage:string -> unit
function LogFatal(
source : String,
logMessage : String
)
Parameters
- source
Type: System.String
- logMessage
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IExtensibilityLogger Interface
Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace