Closed
Description
Will a logger be a part of stdlib? For my projects I've written this logger
https://gist.github.com/mobius-eng/16d2a309f80eeee25547d6725334a1a1
It is intended to be used through macros: if the logging level is set to
#define LOGERROR
this statement will produce no code
_DEBUG_('TIMESTEP: Calling STEPLSODA')
I would like to contribute it to stdlib if there is a scope for it.