wverbal
v0.3.257
Published
Verbal is small mixin which adds verbosity control to your class. It tracks verbosity changes, reflects any change of verbosity to instance's components, and also clamp verbosity in [ 0 .. 9 ] range. Use it as a companion for a logger, mixing it into logg
Readme
module::Verbal

Verbal is small mixin which adds verbosity control to your class. It tracks verbosity changes, reflects any change of verbosity to instance's components, and also clamp verbosity in [ 0 .. 9 ] range. Use it as a companion for a logger, mixing it into logger's carrier.
Try out from the repository
git clone https://github.com/Wandalen/wVerbal
cd wVerbal
will .npm.install
node sample/trivial/Sample.sMake sure you have utility willbe installed. To install willbe: npm i -g willbe@stable. Willbe is required to build of the module.
To add to your project
npm add 'wverbal@stable'Willbe is not required to use the module in your project as submodule.
