mlpy.tools.log.LoggingMgr.set_verbosity

LoggingMgr.set_verbosity(mid, value)[source]

Sets the verbosity.

Turn logging on/off for logger identified by mid.

Parameters:

mid : str

The module id of the logger to change the verbosity of.

value : bool

Whether to turn the verbosity on or off.