BACnetSetComponentLoggingLevel (FUN)ΒΆ

FUNCTION BACnetSetComponentLoggingLevel : BOOL

Set component logging level.

Logging calls of CmpBACnet methods and their arguments prior to their calls to the BACnet stack can be helpfull in situations with unexpected behaviour.

InOut:

Scope

Name

Type

Comment

Return

BACnetSetComponentLoggingLevel

BOOL

Input

level

DINT

level allows to log certain aspects, which can be combined

0 .. no logging 1 .. log method names only 2 .. log method arguments also 4 .. log hooks/callbacks related method names only 8 .. log hooks/callbacks related method arguments also

16 .. log async callbacks related method names only 32 .. log async callbacks related method arguments also