> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionX509SetVerbosity

[Open topic with navigation](../../../../../CANoeDEFamily.htm#Topics/CAPLFunctions/Security/Functions/CAPLfunctionX509SetVerbosity.md)

# X509\_SetVerbosity

[CAPL Functions](../../CAPLfunctions.md) » [Security](../CAPLFunctionsSecurityOverview.md) » X509\_SetVerbosity

**Valid for**: CANoe DE • CANoe4SW DE

## Method Syntax

```plaintext theme={null}
void  X509_SetVerbosity(dword level);
```

## Description

Configures the notification level of X509Certificate functions from off (0) to high (5).

## Parameters

* **dword level**\
  Desired notification level. Range: 0-5
  * 0: Off
  * 1: All errors are printed
  * 2: Additionally warnings are printed
  * 3: Information messages are printed too
  * 4-5: Debug messages are active

## Return Values

—

## Example

—
