Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » Virtual Terminal Interaction Layer (VT IL) » VTIL_SetVerbosity

VTIL_SetVerbosity

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword VTIL_SetVerbosity(dword verbosityLevel); // form 1
dword VTIL_SetVerbosity(dbNode vt, dword verbosityLevel); // form 2

Description

Sets verbosity for writing in Write Window. Applicable in test module / test unit only.

Parameters

  • verbosityLevel
    • 0: do not write messages to the Write Window
    • 1: write only error messages
    • 2: write warning and error messages (default)
    • 3: write information, warning and error messages

Return Values

  • 0: Blocking of all messages has been stopped successfully
  • < 0: An error has occurred, see IL Error Code.

Example