Package org.lwjgl.opencl
Class APPLEContextLoggingUtil
java.lang.Object
org.lwjgl.opencl.APPLEContextLoggingUtil
Utility class that provides CLContextCallback implementations that use
the APPLE_ContextLoggingFunctions callback functions.
TODO: Test this class
- Author:
- Spasi
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CLContextCallback
Sends all log messages to the file descriptor stderr.static final CLContextCallback
Sends all log messages to the file descriptor stdout.static final CLContextCallback
Sends all log messages to the Apple System Logger. -
Method Summary
-
Field Details
-
SYSTEM_LOG_CALLBACK
Sends all log messages to the Apple System Logger. -
STD_OUT_CALLBACK
Sends all log messages to the file descriptor stdout. -
STD_ERR_CALLBACK
Sends all log messages to the file descriptor stderr.
-