LogLevels Class

Describes different categories for log entries.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Client.LogLevels

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public NotInheritable Class LogLevels
public static class LogLevels
public ref class LogLevels abstract sealed
[<AbstractClass>]
[<Sealed>]
type LogLevels =  class end
public final class LogLevels

The LogLevels type exposes the following members.

Fields

  Name Description
Public fieldStatic member Error The log entry is an error.
Public fieldStatic member Informational The log entry is informational.
Public fieldStatic member Warning The log entry is a warning.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Client Namespace