Skip to content

Logging

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