Hello Marc Le 05/12/15 17:33, Marc Le Bihan a écrit : > Or, else, is there a way to avoid the Apache SIS logging system, and make > loggings return to classical > java.util.logging that is working with logging.properties ?
Actually SIS uses java.util.logging. All classes related to logging in
SIS are built on top of java.util.logging, so configuration with
logging.properties should work.
Martin
