mt-ag/quasto

Logger Package append Function alter existing procedure to take more than 1 Paramter

Closed this issue · 0 comments

Units that have alot of in Parameters currently need one procedure call per paramter.
This makes the code a little bit more unreadable due to lenghth of the logging code itself.

So we should implement one pig append Function which has like 50 paramters where only the first one is required and the rest is optional.

That way we only need to call the procedure once and save some complexity