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: alt text

ivy.log: alt text

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's gravatar image

peters
(suspended)
accept rate: 0%

1

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.

(03.06.2020 at 02:55) Reguel Werme... ♦♦ Reguel%20Wermelinger's gravatar image
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×78
×28

Asked: 29.05.2020 at 12:27

Seen: 1,622 times

Last updated: 03.06.2020 at 02:59