Closed wavefunction91 closed 1 year ago
Some TODOs pertaining to loggers I came across from my work on #50. I think this batch falls under he first bullet, but wanted to be more specific since it's been a while.
progress_logger
/debug_logger
(currently not possible to call from a const ResourceSet
; maybe that's intended, but it surprised me).ResourceSet
that actually has loggersResourceSetPIMPL
ResourceSet
/ResourceSetPIMPL
comparisons, cognizant of loggersResourceSet
/ResourceSetPIMPL
methods for getting/setting loggersResourceSet::empty
check loggersResourceSetPIMPL
are stored as pointers; this makes them behave differently than all other state. Not sure if the special treatment is warranted or not.Same idea, but expanding on the second bullet this time.
progress_logger
/debug_logger
in RuntimeViewPIMPL
set_progress_logger
/set_debug_logger
in RuntimeView
operator==
While not part of either of the original bullet points we also need some sort of design documentation and tutorials/high-level user documentation.
Logger
intoResourceSet
once initialization is set up properlyLogger
instances withinRuntimeView