Commits
This update allows the user to spawn `casalogger` both form the command-line and from the python terminal without blocking behavior. The user can also choose to specify a casalogger output file or accept the standard format file.
Usecases: The `.log` file is optional in all cases. - Command-line ``` python -m casalogger </path/to/logger.log> ``` - Python terminal ``` >>> from casalogger import casalogger >>> caaslogger() ``` or ``` >>> from casalogger import casalogger >>> caaslogger(logfile="/path/to/logger.log") ```
No tags