Documentation ‎> ‎

Logging in JNIWrapper

Starting from version 3.8, JNIWrapper comes with SLF4J Loggin Facade. SLF4J supports multiple logging frameworks. We distribute JNIWrapper library with Simple implementation, which outputs all events to System.err. Only messages of level INFO and higher are printed. This binding may be useful in the context of small applications.

If you want to bind with other loggers, please refer to the SLF4J User Manual.