How can I keep simplelogger.properties used by SLF4j SimpleLogger file at some system path rather keeping it in classpath?

Viewed 48

Is it possible to put simplelogger.properties used by SLF4j SimpleLogger file at some system path rather keeping it in classpath i.e. src/main/resources?

I have gone through the SLF4j SimpleLogger documentation but couldn't find any reference to my requirement.

Is there any SYSTEM property which could be set?

0 Answers
Related