Logging Source code in docs/CaRROT-CDM/source_code/carrot/tools/logger.py 62 63 64 65class Logger(): @property def logger(self): return _Logger(type(self).__name__)