![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
Provides global VxSDK methods. More...
#include <Utils.h>
Static Public Member Functions | |
static CPPCli::Results::Value | SetLogLevel (CPPCli::LogLevel::Value logLevel) |
Sets the minimum severity level of messages to log. More... | |
static CPPCli::Results::Value | SetLogPath (System::String^ logPath) |
Sets the output path for log files. More... | |
|
inlinestatic |
Sets the minimum severity level of messages to log.
logLevel | The logging severity level. |
Definition at line 351 of file Utils.h.
|
inlinestatic |
Sets the output path for log files.
logPath | The directory to store the generated log files. |
Definition at line 363 of file Utils.h.