[slf4j-dev] [qos-ch/slf4j] 27ddb1: SLF4J-312 Eliminating one stack frame by using Abs...
Matt Bishop
matt at thebishops.org
Thu Apr 9 15:09:55 CEST 2015
Branch: refs/heads/master
Home: https://github.com/qos-ch/slf4j
Commit: 27ddb1930433eaa2e3fd2024bbf99591039780bc
https://github.com/qos-ch/slf4j/commit/27ddb1930433eaa2e3fd2024bbf99591039780bc
Author: Dimitris <dimitrisli at gmail.com>
Date: 2015-04-09 (Thu, 09 Apr 2015)
Changed paths:
M slf4j-api/src/main/java/org/slf4j/helpers/MessageFormatter.java
M slf4j-migrator/src/main/java/org/slf4j/migrator/helper/Abbreviator.java
Log Message:
-----------
SLF4J-312 Eliminating one stack frame by using AbstractStringBuilder#append(str,start,end). A bit more readable compared to inlined String#substring(start,end).
Commit: fba74f59edd19bcea318192dcc8831cf3f408c62
https://github.com/qos-ch/slf4j/commit/fba74f59edd19bcea318192dcc8831cf3f408c62
Author: Matt Bishop <matt at thebishops.org>
Date: 2015-04-09 (Thu, 09 Apr 2015)
Changed paths:
M slf4j-api/src/main/java/org/slf4j/helpers/MessageFormatter.java
M slf4j-migrator/src/main/java/org/slf4j/migrator/helper/Abbreviator.java
Log Message:
-----------
Merge pull request #108 from dimitrisli/master
SLF4J-312 Using AbstractStringBuilder#append(str,start,end)
Compare: https://github.com/qos-ch/slf4j/compare/a442b3b96ee7...fba74f59edd1
More information about the slf4j-dev
mailing list