Enum LogLevel
LogLevel for the Logger.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Enumerations
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("887EEC77-28BB-48CE-9CCE-59512B2F12DF")]
[ComVisible(true)]
public enum LogLevel
Fields
Name | Description |
---|---|
Critical = 5 | The log message is caused by a critical error. This normally means that the program (or the part with the critical error) can't continue to run. |
Debug = 1 | The log message is only meant for debug purposes. |
Error = 4 | The log message is related to an error. |
Info = 2 | The log message is of informational character. |
Verbose = 0 | The log message is only meant for details debug purposes. |
Warning = 3 | The log message is meant as a warning. |