Udostępnij za pośrednictwem


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
Metoda chroniona DataCollectionLogger

Początek

Metody

  Nazwa Opis
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda chroniona Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object).
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda publiczna LogError(DataCollectionContext, Exception) Rejestruje komunikat o błędzie dla wyjątku.
Metoda publiczna LogError(DataCollectionContext, String) Rejestruje komunikat o błędzie.
Metoda publiczna LogError(DataCollectionContext, String, Exception) Rejestruje komunikat o błędzie dla wyjątku.
Metoda publiczna LogException
Metoda publiczna LogWarning Rejestruje komunikat ostrzegawczy.
Metoda chroniona MemberwiseClone Creates a shallow copy of the current Object. (Odziedziczone z Object).
Metoda publiczna SendData(CustomNotificationEventArgs, CustomCollectorData)
Metoda publiczna SendData(DataCollectionContext, CustomCollectorData)
Metoda publiczna 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

IDataCollector

Inne zasoby

Porady: tworzenie adaptera danych diagnostycznych