The Log4J syntax is nicer than using String.format and you can get rid of the
boxing. Try:
```
logger.fatal("Problem forming SSL connection {}[{}].", socket.getInetAddress(),
socket.getPort(), ex);
```[ Full content available at: https://github.com/apache/geode/pull/3036 ] This message was relayed via gitbox.apache.org for [email protected]
