다음을 통해 공유


ActivityLog.LogError Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Shared Sub LogError ( _
    source As String, _
    message As String _
)
‘사용 방법
Dim source As String
Dim message As String

ActivityLog.LogError(source, message)
public static void LogError(
    string source,
    string message
)
public:
static void LogError(
    String^ source, 
    String^ message
)
static member LogError : 
        source:string * 
        message:string -> unit 
public static function LogError(
    source : String, 
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

ActivityLog Class

ActivityLog Members

Microsoft.VisualStudio.Shell Namespace