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] benable True 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] bactive True to enable trace otherwise false [in] tracefilename The 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] bactive True to enable trace otherwise false
◆ BGAPI2_TraceActivateMaskError()
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateMaskError | ( | bo_bool | bactive | ) |
Trace errors.
- Parameters
-
[in] bactive True to enable trace otherwise false
◆ BGAPI2_TraceActivateMaskWarning()
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateMaskWarning | ( | bo_bool | bactive | ) |
Trace warnings.
- Parameters
-
[in] bactive True to enable trace otherwise false
◆ BGAPI2_TraceActivateMaskInformation()
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateMaskInformation | ( | bo_bool | bactive | ) |
Trace infos.
- Parameters
-
[in] bactive True to enable trace otherwise false
◆ BGAPI2_TraceActivateOutputOptionTimestamp()
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputOptionTimestamp | ( | bo_bool | bactive | ) |
Trace Timestamps.
- Parameters
-
[in] bactive True to enable trace otherwise false
◆ BGAPI2_TraceActivateOutputOptionTimestampDiff()
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputOptionTimestampDiff | ( | bo_bool | bactive | ) |
Trace Timestamp differences.
- Parameters
-
[in] bactive True to enable trace otherwise false
◆ BGAPI2_TraceActivateOutputOptionThreadID()
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputOptionThreadID | ( | bo_bool | bactive | ) |
Trace the thread ID.
- Parameters
-
[in] bactive True to enable trace otherwise false
◆ BGAPI2_TraceActivateOutputOptionPrefix()
BGAPI2_C_DECL void BGAPI2CALL BGAPI2_TraceActivateOutputOptionPrefix | ( | bo_bool | bactive | ) |
- Parameters
-
[in] bactive True to enable trace otherwise false