LogDestinations Enumeration |
Where the log will be written, By default, the log will only be written in Console and can be read via Hummingbird Test Manager
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [SerializableAttribute]
[FlagsAttribute]
public enum LogDestinations
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration LogDestinations
[SerializableAttribute]
[FlagsAttribute]
public enum class LogDestinations
[<SerializableAttribute>]
[<FlagsAttribute>]
type LogDestinations
Members
| Member name | Value | Description |
---|
| Console | 1 |
Show the log in the Console and readable via Hummingbird Test Manager
|
| File | 2 |
Write the log in the file. A destination folder must be provided in your Settings
|
| Debug | 4 |
Write the log in Visual Studio Debug window, useful to debug extended components
|
See Also