Updated docs

This commit is contained in:
Viktor Klang 2010-08-09 11:48:23 +02:00
parent 6f42eee608
commit d99e566004

View file

@ -30,7 +30,8 @@ trait Logging {
* log.error(new Exception(),"My foo is %s","broken")
* }
*
* The if*-methods do not take vararg parameters, and are therefor faster
* The logger uses String.format:
* http://download-llnw.oracle.com/javase/6/docs/api/java/lang/String.html#format(java.lang.String,%20java.lang.Object...)
*/
class Logger(val logger: SLFLogger)
{