Hi, I would like to create loggers, which behave like Ivy.log() i.e. which log to ivy.log and are also shown in the Designer Runtime Log) but use a custom category (instead of "user_code"). For example: Runtime Log: ivy.log: Also a "dirty trick" would do, as I will encapsulate the logic at a single place. Is it possible to create such loggers? TIA asked 29.05.2020 at 12:27 peters |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 29.05.2020 at 12:27
Seen: 1,945 times
Last updated: 03.06.2020 at 02:59
As of today I see no easy way to do this: The runtime log category is a finite enumeration ... https://dev.axonivy.com/doc/8.0/public-api/ch/ivyteam/ivy/application/RuntimeLogCategory.html
So we would have to make this view more flexible in order to make your use-case possible.