msActionStartLogger (Structure) |
Top Previous Next |
Structure to add the action of starting a logger to an event. See msEventRegister.
After the configured event is raised, the specified logger is started. (In case a logger is already active, nothing will happen.)
Fields: Logger : SYSHANDLE A handle to a valid logger.
Reset : BOOL (default TRUE) Reset the logger. The logger will be in the same state as when it was newly created.
Declaration: STRUCT_BLOCK msActionStartLogger; |