Click or drag to resize

LogLevel Enumeration

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
Members
  Member nameValueDescription
None5 Nothing will be logged.
Error4 Log only Error messages;
Information3 Log Information and Error messages.
Debug2 Log Debug, Information adn Error messages.
Verbose1 Log everything.
See Also