skinkie / reference

Personal repository where I collect working examples to understand inner workings while building PyNeTExConv
GNU Affero General Public License v3.0
1 stars 1 forks source link

Logging #102

Open ue71603 opened 1 week ago

ue71603 commented 1 week ago

Current state of ideas for logging. Before implementing it

Questions:

ue71603 commented 5 days ago

We need our own logger (that is based on existing ones).

Some warnings are only needed once (e.g. before the corrections are made). Should be able to work in parallel. For specific steps files needs to be generated themselves (e.g. the list of references that are going into the blue.

skinkie commented 5 days ago

I think the class should register something like a list of generic warnings / errors, ideally based on some enum / numerical value. In that case the generic logger can decide upon an incoming warning / error to report it or not.