gap-packages / francy

An Interactive Discrete Mathematics Framework for GAP

Home Page:https://gap-packages.github.io/francy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Logger singleton instead

mcmartins opened this issue · comments

Use the singleton instead:

.catch(error => self.logger.warn(`(${this.context.instanceId}) ${error}`, error))

Might be used in other places...