Hello,

How can I write for Logback this Java code for Log4J ?

    public static void main(String[] args) {
        PropertyConfigurator.configure("log4j.properties");

Regards,

Pierre8r