Enum LogLevel
LogLevel for the Logger.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Enumerations
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
[Guid("DE3403C7-3D35-40B1-BFCD-E1DA2F2103E8")]
[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. |