# Logger

Published 2024-01-30

# Directly usable functions and values

from src.logger import print

# The function replaces the default print function.
print("Hello world!")

# Description

Provides the main logging capabilities for the app. Just replace the print function and the code will handle logging to the file and pretty printing to the console.