Uses of Enum Class
org.jocl.CL.LogLevel
-
Uses of CL.LogLevel in org.jocl
Subclasses with type arguments of type CL.LogLevel in org.joclModifier and TypeClassDescriptionstatic enumThe log levels which may be used to control the internal logging of the native JOCL libraryMethods in org.jocl that return CL.LogLevelModifier and TypeMethodDescriptionstatic CL.LogLevelReturns the enum constant of this class with the specified name.static CL.LogLevel[]CL.LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jocl with parameters of type CL.LogLevelModifier and TypeMethodDescriptionstatic voidCL.setLogLevel(CL.LogLevel logLevel) Set the specified log level for the library.