snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
6 stars 2 forks source link

[FEATURE] Example apps logging #77

Closed kangz12345 closed 1 year ago

kangz12345 commented 1 year ago

Feature you want to implement

I realized that we didn't implement the logging of the example apps (yet only the logger app). This should be implemented for completeness (and testing).

How the feature is implemented

The other apps (numgen, poller, datacalc, dbmgr) send logging messages to the log bus.

numgen

poller

datacalc

dbmgr

BECATRUE commented 1 year ago

I will implement this!

BECATRUE commented 1 year ago

I wrote the detailed logging format.

In real program, we need to notice which App writes a log, explicitly. In toy model, however, I think it is sufficient to notice only message not with App name because we can know who sends the log using only message.

Please leave your opinion, freely!

@kangz12345

kangz12345 commented 1 year ago

I totally agree with it 👍