src package
Submodules
src.COM module
src.check-loop module
src.main module
Module contents
- src.get_logger(file_prefix: str = '', file_postfix: str = '', level: Union[str, int] = 'DEBUG') <loguru.logger handlers=[(id=1, level=10, sink='logs/{time:YYYYMMDD}.log'), (id=2, level=10, sink=<lambda>)]> [source]
Create a logger with default configurations.
- src.is_prod() bool [source]
Determine whether or not the app is running in development or production.
- Returns:
True if the environment is production and false otherwise.
- Return type: