Package org.lwjgl.opencl
Class APPLEContextLoggingFunctions
- java.lang.Object
-
- org.lwjgl.opencl.APPLEContextLoggingFunctions
-
public class APPLEContextLoggingFunctions extends java.lang.ObjectNative bindings to the APPLE_ContextLoggingFunctions extension.Provides convenience functions that are intended to be used as the
pfn_notifyparameter toCreateContext.Note that if you pass
NULLto theCreateContextpfn_notifyparameter, you can also use these by setting theCL_LOG_ERRORSenvironment variable to one of stdout, stderr, or console. Pass your own do-nothing context logging function to disable theCL_LOG_ERRORSoverride.
-
-
Field Summary
Fields Modifier and Type Field and Description static longclLogMessagesToStderrAPPLEForwards on all log messages to the standard error stream.static longclLogMessagesToStdoutAPPLEForwards on all log messages to the standard output stream.static longclLogMessagesToSystemLogAPPLEForwards on all log messages to the Apple System Logger.
-
-
-
Field Detail
-
clLogMessagesToSystemLogAPPLE
public static final long clLogMessagesToSystemLogAPPLE
Forwards on all log messages to the Apple System Logger.
-
clLogMessagesToStdoutAPPLE
public static final long clLogMessagesToStdoutAPPLE
Forwards on all log messages to the standard output stream.
-
clLogMessagesToStderrAPPLE
public static final long clLogMessagesToStderrAPPLE
Forwards on all log messages to the standard error stream.
-
-