Uses of Class
jcuda.LogLevel

Packages that use LogLevel
jcuda Contains common classes for all JCuda libraries. 
jcuda.driver Contains the classes related to the JCuda driver API. 
jcuda.runtime Contains the classes related to the JCuda runtime API. 
 

Uses of LogLevel in jcuda
 

Methods in jcuda that return LogLevel
static LogLevel LogLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogLevel[] LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of LogLevel in jcuda.driver
 

Methods in jcuda.driver with parameters of type LogLevel
static void JCudaDriver.setLogLevel(LogLevel logLevel)
          Set the specified log level for the JCuda driver library.
 

Uses of LogLevel in jcuda.runtime
 

Methods in jcuda.runtime with parameters of type LogLevel
static void JCuda.setLogLevel(LogLevel logLevel)
          Set the specified log level for the JCuda runtime library.