simple_handler
This module contains a simple file handlers used to log messages
for different parts of application.
-
class tvb.basic.logger.simple_handler.SimpleTimedRotatingFileHandler(filename, when='h', interval=1, backupCount=0)[source]
Bases: logging.handlers.TimedRotatingFileHandler
This is a custom rotating file handler which computes the full path for log file
depending on the TVB configuration.