|
gForceSDK
|
#include "gfTypes.h"Go to the source code of this file.
Typedefs | |
| typedef void(* | LogMethod) (gf::GF_UINT level, const gf::GF_PCHAR logmsg) |
| The function pointer type for log re-direction. More... | |
Functions | |
| void | log_set_output_function (LogMethod logmethod) |
| Re-direct log output. More... | |
| typedef void(* LogMethod) (gf::GF_UINT level, const gf::GF_PCHAR logmsg) |
The function pointer type for log re-direction.
| handle | A device handle indicates the enumeration result |
| level | Log output level. |
| logmsg | The log content |
| void log_set_output_function | ( | LogMethod | logmethod | ) |
Re-direct log output.
| logmethod | the client log out method |