|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opencl.APPLEContextLoggingUtil
public final class APPLEContextLoggingUtil
Utility class that provides CLContextCallback implementations that use the APPLE_ContextLoggingFunctions callback functions.
TODO: Test this class
Field Summary | |
---|---|
static CLContextCallback |
STD_ERR_CALLBACK
Sends all log messages to the file descriptor stderr. |
static CLContextCallback |
STD_OUT_CALLBACK
Sends all log messages to the file descriptor stdout. |
static CLContextCallback |
SYSTEM_LOG_CALLBACK
Sends all log messages to the Apple System Logger. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CLContextCallback SYSTEM_LOG_CALLBACK
public static final CLContextCallback STD_OUT_CALLBACK
public static final CLContextCallback STD_ERR_CALLBACK
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |