BGAPI2 Trace Functions

Functions related to the BGAPI2 Trace. More...

Functions

BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceEnable (bo_bool benable)
 Enable the BGAPI Trace. More...
 
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputToFile (bo_bool bactive, const char *tracefilename)
 Activate the tracing to an outputfile. More...
 
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputToDebugger (bo_bool bactive)
 Activate the tracing to the debugger. More...
 
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateMaskError (bo_bool bactive)
 Trace errors. More...
 
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateMaskWarning (bo_bool bactive)
 Trace warnings. More...
 
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateMaskInformation (bo_bool bactive)
 Trace infos. More...
 
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputOptionTimestamp (bo_bool bactive)
 Trace Timestamps. More...
 
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputOptionTimestampDiff (bo_bool bactive)
 Trace Timestamp differences. More...
 
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputOptionThreadID (bo_bool bactive)
 Trace the thread ID. More...
 
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputOptionPrefix (bo_bool bactive)
 

Detailed Description

Functions related to the BGAPI2 Trace.

Function Documentation

◆ BGAPI2_TraceEnable()

BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceEnable ( bo_bool  benable)

Enable the BGAPI Trace.

Parameters
[in]benableTrue to enable trace otherwise false

◆ BGAPI2_TraceActivateOutputToFile()

BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputToFile ( bo_bool  bactive,
const char *  tracefilename 
)

Activate the tracing to an outputfile.

Parameters
[in]bactiveTrue to enable trace otherwise false
[in]tracefilenameThe output file including the path

◆ BGAPI2_TraceActivateOutputToDebugger()

BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputToDebugger ( bo_bool  bactive)

Activate the tracing to the debugger.

Parameters
[in]bactiveTrue to enable trace otherwise false

◆ BGAPI2_TraceActivateMaskError()

BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateMaskError ( bo_bool  bactive)

Trace errors.

Parameters
[in]bactiveTrue to enable trace otherwise false

◆ BGAPI2_TraceActivateMaskWarning()

BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateMaskWarning ( bo_bool  bactive)

Trace warnings.

Parameters
[in]bactiveTrue to enable trace otherwise false

◆ BGAPI2_TraceActivateMaskInformation()

BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateMaskInformation ( bo_bool  bactive)

Trace infos.

Parameters
[in]bactiveTrue to enable trace otherwise false

◆ BGAPI2_TraceActivateOutputOptionTimestamp()

BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputOptionTimestamp ( bo_bool  bactive)

Trace Timestamps.

Parameters
[in]bactiveTrue to enable trace otherwise false

◆ BGAPI2_TraceActivateOutputOptionTimestampDiff()

BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputOptionTimestampDiff ( bo_bool  bactive)

Trace Timestamp differences.

Parameters
[in]bactiveTrue to enable trace otherwise false

◆ BGAPI2_TraceActivateOutputOptionThreadID()

BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputOptionThreadID ( bo_bool  bactive)

Trace the thread ID.

Parameters
[in]bactiveTrue to enable trace otherwise false

◆ BGAPI2_TraceActivateOutputOptionPrefix()

BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputOptionPrefix ( bo_bool  bactive)
Parameters
[in]bactiveTrue to enable trace otherwise false