|
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
Property IMVSCLog::Enable
Declaration:
Property Get/Put Enable As Boolean
Enable sending log messages.
Prototype:
HRESULT put_Enable(BOOL);
HRESULT get_Enable(BOOL*);
Property IMVSCLog::Level
Declaration:
Property Get/Put Level As Long
Minimum level for log messages.
Prototype:
HRESULT put_Level(LONG);
HRESULT get_Level(LONG*);
|