OrsGenericAction¶
Container for all actions not specific to a plugin
- author:
Dragonfly Team
- contact:
- email:
- organization:
Comet Technologies Canada Inc.
- address:
460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7
- copyright:
Comet Technologies Canada Inc. All rights reserved 2023.
- date:
Jan 13 2017 09:38
- dragonflyVersion:
3.0
- UUID:
bde800c8761311e780d1448a5b5d70c0
Class Code¶
- class OrsPythonPlugins.OrsGenericAction.OrsGenericAction.OrsGenericAction(*args, **kwargs)¶
- classmethod importAllLoggingClasses()¶
This method is called to make any class extension available for macro playing. It should:
import all class extension;
return a list of classes where logging is supported.
- Returns:
output (list of classes) – list of classes where logging is supported by the current plugin