Class DebugLogger
A logger that uses Debug to write messages to the debug log.
Implements
Inherited Members
Namespace: OpenTK.Core.Utility
Assembly: OpenTK.Core.dll
Syntax
public class DebugLogger : ILogger
Properties
Filter
The filter level of the logger. Messages that are below the filter level will not be logged.
Declaration
public LogLevel Filter { get; set; }
Property Value
Type | Description |
---|---|
LogLevel |