Level of log to be written in console and log file
            
 
    Namespace: 
   Hummingbird.TestFramework
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[SerializableAttribute]
public enum LogLevel
<SerializableAttribute>
Public Enumeration LogLevel
[SerializableAttribute]
public enum class LogLevel
[<SerializableAttribute>]
type LogLevel
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 5 | 
            Nothing will be logged.
             | 
 | Error | 4 | 
            Log only Error messages;
             | 
 | Information | 3 | 
            Log Information and Error messages.
             | 
 | Debug | 2 | 
            Log Debug, Information adn Error messages.
             | 
 | Verbose | 1 | 
            Log everything.
             | 
See Also