GRBEnv.setLogCallback()

Sets a logging callback function to query all output posted by the environment object. Can be set after an empty environment was created.

void setLogCallback ( java.util.function.Consumer<String> logCallback )

Arguments:

logCallback: The logging callback function.