Logger.collectStats

Toggles the stats collecting for this logger and optionally for all its descendants.

class Logger
void
collectStats
(
bool value
,)

Parameters

value bool

indicator if the stats collection for this logger should happen

propagate bool

should we propagate this change to all children loggers

Meta