Klasa DataCollectionLogger
Wysyła komunikaty o błędach dla karty danych diagnostycznych do klienta, który może być test runner, Visual Studio IDE, lub Visual Studio Test Professional.
Hierarchia dziedziczenia
Object
Microsoft.VisualStudio.TestTools.Execution.DataCollectionLogger
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.Execution
Zestaw: Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Składnia
'Deklaracja
Public MustInherit Class DataCollectionLogger
public abstract class DataCollectionLogger
public ref class DataCollectionLogger abstract
[<AbstractClass>]
type DataCollectionLogger = class end
public abstract class DataCollectionLogger
Typ DataCollectionLogger uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
DataCollectionLogger |
Początek
Metody
Nazwa | Opis | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object). | |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). | |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). | |
LogError(DataCollectionContext, Exception) | Rejestruje komunikat o błędzie dla wyjątku. | |
LogError(DataCollectionContext, String) | Rejestruje komunikat o błędzie. | |
LogError(DataCollectionContext, String, Exception) | Rejestruje komunikat o błędzie dla wyjątku. | |
LogException | ||
LogWarning | Rejestruje komunikat ostrzegawczy. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Odziedziczone z Object). | |
SendData(CustomNotificationEventArgs, CustomCollectorData) | ||
SendData(DataCollectionContext, CustomCollectorData) | ||
ToString | Returns a string that represents the current object. (Odziedziczone z Object). |
Początek
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution