I have create the following code in java :
LogManager manager = LogManager.getLogManager();
String className = this.getClass().getName();
String level = manager.getProperty(className + ".filter");
nevertheless, the variable is null after the call to getProperty, but className has the name : "view.frame.WindowHandler"
Any ideas ? Thank you very much