public final class LibGraalNativeBridgeSupport extends Object implements NativeBridgeSupport
Constructor and Description |
---|
LibGraalNativeBridgeSupport() |
Modifier and Type | Method and Description |
---|---|
String |
getFeatureName()
Returns the name of a feature using
org.graalvm.jniutils module. |
boolean |
isTracingEnabled(int level)
Checks if logging at given level is enabled.
|
void |
trace(String message)
Logs the message.
|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInstance
public String getFeatureName()
NativeBridgeSupport
org.graalvm.jniutils
module. The feature name is
used in the logging output.getFeatureName
in interface NativeBridgeSupport
public boolean isTracingEnabled(int level)
NativeBridgeSupport
isTracingEnabled
in interface NativeBridgeSupport
public void trace(String message)
NativeBridgeSupport
trace
in interface NativeBridgeSupport