public class APPLEContextLoggingFunctions
extends java.lang.Object
Provides convenience functions that are intended to be used as the pfn_notify parameter to CreateContext.
Note that if you pass NULL to the CreateContext pfn_notify parameter, you can also use these by setting the CL_LOG_ERRORS
environment variable to one of stdout, stderr, or console. Pass your own do-nothing context logging function to disable the CL_LOG_ERRORS
override.
| Modifier and Type | Field and Description |
|---|---|
static long |
clLogMessagesToStderrAPPLE
Forwards on all log messages to the standard error stream.
|
static long |
clLogMessagesToStdoutAPPLE
Forwards on all log messages to the standard output stream.
|
static long |
clLogMessagesToSystemLogAPPLE
Forwards on all log messages to the Apple System Logger.
|
public static final long clLogMessagesToSystemLogAPPLE
public static final long clLogMessagesToStdoutAPPLE
public static final long clLogMessagesToStderrAPPLE
Copyright LWJGL. All Rights Reserved. License terms.