29package org.jau.sys.dl;
31import org.jau.sys.Debug;
Helper routines for logging and debugging.
static final boolean debug(final String subcomponent)
static final boolean DEBUG
void claimAllLinkPermission()
long dynamicLookupFunction(String funcName)
Returns the function handle for function 'funcName'.
boolean isFunctionAvailable(String funcName)
Queries whether function 'funcName' is available.
void releaseAllLinkPermission()
static final boolean DEBUG_LOOKUP