#
Logger
Warning
This page is meant for developers
Note
This should be included in every plugin instead of the inbuilt print function!
#
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.