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. |