It's easier to write logs if we can allow passing multiple parameters separated by commas like:
log:printDebug("Allocating items: ", allocation.itemId, " - ", allocation.quantity);
We can also differ concatenations until the log function invocation with this, which is useful for debug logs.
Description
It's easier to write logs if we can allow passing multiple parameters separated by commas like: log:printDebug("Allocating items: ", allocation.itemId, " - ", allocation.quantity);
We can also differ concatenations until the log function invocation with this, which is useful for debug logs.
Describe your problem(s)
No response
Describe your solution(s)
No response
Related area
-> Compilation
Related issue(s) (optional)
No response
Suggested label(s) (optional)
logging
Suggested assignee(s) (optional)
No response