Merge branch 'wip-1854-fix-restart-∂π'

This commit is contained in:
Roland 2012-02-22 15:52:11 +01:00
commit 18cd7f8d5f
7 changed files with 80 additions and 17 deletions

View file

@ -89,4 +89,11 @@ class LoggingDocSpec extends AkkaSpec {
//#deadletters
}
"demonstrate logging more arguments" in {
//#array
val args = Array("The", "brown", "fox", "jumps", 42)
system.log.debug("five parameters: {}, {}, {}, {}, {}", args)
//#array
}
}