DebugLogTarget


Function

 

Sets or gets the target for enabling the DebugLog function in DncDaq.

For the DebugLog function, refer to DebugLog function.

 

Variable type

 

[ C#: DebugLogTarget class ] [ VB.NET: DebugLogTarget class ]

 

Initial value

 

Off for each item

 

Setting value

 

â– DebugLogTarget class

Enumeration member

Type

Initial value

Description

INFO

DaqDebugLog

Off

Set the information log On/Off.

EVENT

DaqDebugLog

Off

Set the eventlog On/Off.

ERROR

DaqDebugLog

Off

Set log On/Off when an error occurs.

EXEPTION

DaqDebugLog

Off

Set log On/Off when an exception occurs.

 

â– DaqDebugLog Enumeration

Values

Name

Description

0

Off

Debug log disabled

1

On

Debug log enabled

 

Remarks

 

Enables/disables debug log output. It can be changed for each classification.

If even one is On, the debug log function will be enabled.