public interface NativeBridgeSupport
org.graalvm.jniutils
module. To enable the
org.graalvm.jniutils
module a NativeBridgeSupport
instance must be registered in
the ImageSingletons
.Modifier and Type | Method and Description |
---|---|
String |
getFeatureName()
Returns the name of a feature using
org.graalvm.jniutils module. |
static NativeBridgeSupport |
getInstance()
Returns a
NativeBridgeSupport instance registered in the ImageSingletons . |
boolean |
isTracingEnabled(int level)
Checks if logging at given level is enabled.
|
void |
trace(String message)
Logs the message.
|
String getFeatureName()
org.graalvm.jniutils
module. The feature name is
used in the logging output.boolean isTracingEnabled(int level)
void trace(String message)
static NativeBridgeSupport getInstance()
NativeBridgeSupport
instance registered in the ImageSingletons
.