Updated docs
This commit is contained in:
parent
6f42eee608
commit
d99e566004
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue