Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Describes the flags that can describe a message that is written to a log.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration LogFlags
[FlagsAttribute]
public enum LogFlags
[FlagsAttribute]
public enum class LogFlags
[<FlagsAttribute>]
type LogFlags
public enum LogFlags
Members
| Member name | Description | |
|---|---|---|
| Normal | Normal message. Log to console. | |
| Information | Use informational message highlighting. | |
| Warning | Use warning highlighting. | |
| Error | Use error highlightin. | |
| Persist | Log to disk, event log, etc. |