Enum LogLevel
Represents a logging level. Logging levels are used to indicate the seriousness of logged messages.
Namespace: OpenTK.Core.Utility
Assembly: OpenTK.Core.dll
Syntax
public enum LogLevel
Fields
Name | Description |
---|---|
Debug | The most verbose level of output. |
Error | Messages that report errors that have occured. The application may continue but is not guaranteed to work as intented if these messages are sent. |
Info | Information that directly affects the operation of the application. |
Warning | Messages that report things that are likely to not be correct or may break behaviour. |