josef betancourt
Posts: 262
Nickname: averagejoe
Registered: Mar, 2013
|
josef betancourt is developer using Java and other stuff
|
|
|
|
Don't let Java varargs limit an API
|
Posted: Mar 9, 2014 2:09 PM
|
|
|
This post originated from an RSS feed registered with Java Buzz
by josef betancourt.
|
Original Post: Don't let Java varargs limit an API
Feed Title: T. C. Mits
Feed URL: http://octodecillion.com/feed/
Feed Description: Java development and other technology topics
|
Latest Java Buzz Posts
Latest Java Buzz Posts by josef betancourt
Latest Posts From T. C. Mits
|
|
Was looking at Simple Logging Facade for Java (SLF4J), a Java logging library. One nice feature is that one can use message formats that don’t get evaluated until the log statement is executed, which in turn depends on the log level. It seems, maybe I missed it, that using this feature disallows you from logging [...]
Read: Don't let Java varargs limit an API
|
|