In a nutshell
Use logpoints to log messages to the console at specific points in your code without needing to clutter your codebase with console.log()
statements.

Use logpoints to log messages to the console at specific points in your code without needing to clutter your codebase with console.log()
statements.