Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
| Error | Use error highlightin. | |
| Information | Use informational message highlighting. | |
| Normal | Normal message. Log to console. | |
| Persist | Log to disk, event log, etc. | |
| Warning | Use warning highlighting. |