Class ConsoleLogger
A simple console logger that will write out log messages to the console.
Implements
Inherited Members
Namespace: OpenTK.Core.Utility
Assembly: OpenTK.Core.dll
Syntax
public class ConsoleLogger : 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 |