Debug
debug.log(title, message)
Prints a debug message to the screen if the State of Database is set to True
Arguments Description titleTitle for the debug message. Appears in the top line in capital letters messageMessage that appears on the second line Examples
>>> h.debug('Some Title', 'Some Message') 2022-02-12 09:32:20 -- SOME TITLE Some Message