Files
socket.io-client-java/src/main/java/io/socket/parser/Parser.java
Sergey Davydov 229a820bf5 Add condition to log only if fine level is loggable
Even if FINE level is not loggable String.format() works every time and
tries to format string with all the events. Sometimes it causes
OutOfMemory exceptions.
2017-05-28 13:01:18 +03:00

8.0 KiB