Skip to content

Debugging

Debugging using Log Function

  • Pinescript log functions allows you to display your values over console
  • It only have 3 functions
    • log.error() creates messages of type “Error” displayed in red.
    • log.info() creates messages of type “Info” displayed in gray.
    • log.warning() creates messages of type “Warning” displayed in orange.