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, waitgetInstancepublic String getFeatureName()
NativeBridgeSupportorg.graalvm.jniutils module. The feature name is
used in the logging output.getFeatureName in interface NativeBridgeSupportpublic boolean isTracingEnabled(int level)
NativeBridgeSupportisTracingEnabled in interface NativeBridgeSupportpublic void trace(String message)
NativeBridgeSupporttrace in interface NativeBridgeSupport