It would be great if the native tapi3 logger could accept a log level.
This would be a property set in tapi3.props or tapi3.gjtapi.
tapi3.native.log.level: WARN
The log level would indicate the minimal level to log.
In the example of configuration of level WARN: it would log FATAL, ERROR and WARN.
At the moment logging is on or off, there is no in between.
The tapi3dll.log file gets huge!