Use of variables in logstrings

0 votes
asked Dec 16, 2019 in Bug by Sven

There is a side-effect to using variables in logstrings:

plantuml -DSUBMODULE mymodel.pu

!log "SUBMODULE"

!log "SUBMODULE2"

The output is:

[LOG] ""

[LOG] "SUBMODULE2"

Same unexpected output would appear in case of this kind of logstrings:

"Variable SUBMODULE has a value %get_variable_value(SUBMODULE)"

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...