class rfnode.common.log_manager.LogManager

Bases: object

Signleton class only one istance

config_logger(verbose, dir)

Responsible for configuring the logging settings in the LogManager class. :param verbose: Determines the login level. :type verbose: int :param dir: Representing the directory where log files should be stored. :type dir: string