I am trying to get the file name configured for the logger under /system/console/slinglog in my java application. for e.g. log.history is to mapped to "logs/history.log" so I want to get the "logs/history.log" if I provide "log.history"
Thanks for the response. I tried last night the same option and it worked. Filter string within listConfigurations method is little different as below.