Function
Show a pretty debug log message with optional date information
Debug message to display
Include or not a timestamp
prettyDebug("Variable x = 42");// Output: ⚙ - Variable x = 42 (in white)prettyDebug("Function call trace", true);// Output: ⚙ [30/03/2026 10:30:45] - Function call trace (in white with timestamp) Copy
prettyDebug("Variable x = 42");// Output: ⚙ - Variable x = 42 (in white)prettyDebug("Function call trace", true);// Output: ⚙ [30/03/2026 10:30:45] - Function call trace (in white with timestamp)
Show a pretty debug log message with optional date information