logger
Package¶
builder
¶
Singleton logging builder.
- class tvb.basic.logger.builder.LoggerBuilder(config_root)[source]¶
Bases:
object
Class taking care of uniform Python logger initialization. It uses the Python native logging package. It’s purpose is just to offer a common mechanism for initializing all modules in a package.
simple_handler
¶
This module contains a simple file handlers used to log messages for different parts of application.