Merge branch 'wip-1854-fix-restart-∂π'
This commit is contained in:
commit
18cd7f8d5f
7 changed files with 80 additions and 17 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue