IExtensibilityLogger.LogError Method
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Sub LogError ( _
source As String, _
logMessage As String _
)
void LogError(
string source,
string logMessage
)
void LogError(
String^ source,
String^ logMessage
)
abstract LogError :
source:string *
logMessage:string -> unit
function LogError(
source : String,
logMessage : String
)
Parameters
- source
Type: String
- logMessage
Type: 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