In my Java application, I would like the logs to reflect the calling method name in the message. So that a the following code:
void foo(){ logger.info(&quo