Skip to main content

C2xSetVerbosity

Valid for: CANoe DE

Function Syntax

long C2xSetVerbosity( long verbosity );

Description

This function sets the verbosity level of the Car2x IL. The default setting is that only error messages are written to the Write Window of your CANoe DE product.

Parameters

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

Return Values

Example

// do not print Car2x IL messages to Write Window
C2xSetVerbosity( 0 );