IMVSCLog
The IMVSCLog Interface from the MontiVision Smart Control provides methods to enable and setup the logging functionality of the control. Use the log function for debugging purposes. Receive the log message from the MV Smart Control with IMVSmartControlEvents:LogMessage method.
Methods:
| Enable | Enable sending log messages. |
| Level | Minimum level for log messages. |
Typelib: MV SmartControl
Declaration: Property Get/Put Enable As BooleanEnable sending log messages.
Prototype:HRESULT put_Enable(BOOL);
HRESULT get_Enable(BOOL*);
Declaration: Property Get/Put Level As LongMinimum level for log messages.
Prototype:HRESULT put_Level(LONG);
HRESULT get_Level(LONG*);