lab-cosmo / chemiscope

An interactive structure/property explorer for materials and molecules
http://chemiscope.org
BSD 3-Clause "New" or "Revised" License
127 stars 31 forks source link

Logger #354

Open sofiia-chorna opened 1 month ago

sofiia-chorna commented 1 month ago

Proposition of logging utility that supports logging messages at different levels (info, warn, error) and allows adding custom handlers for each log level. The aim is to replace sendWarning / addWarningHandler with the ability to handle errors, warning, info logs.

TODO: