Logger Setup¶
Particula Index / Particula / Logger Setup
Auto-generated documentation for particula.logger_setup module.
Attributes¶
-
current_dir
- get path of the current directory: os.path.dirname(os.path.abspath(file)) -
log_dir
- add the logging directory to the path: os.path.join(current_dir, 'logging')
setup¶
Show source in logger_setup.py:65
Setup for logging in the particula package.
Signature¶
def setup(): ...