12 Example of usage of ConfigurableUser classes (for high level configuration).
14 from __future__
import print_function
19 __slots__ = {
"EvtMax": 1,
"Read":
"NONE",
"Write":
"NONE"}
20 __used_configurables__ = [ApplicationMgr]
31 log.warning(
"%s: Cannot handle value %r of property Read",
38 log.warning(
"%s: Cannot handle value %r of property Write",
43 __slots__ = {
"OutputLevel": INFO,
"StatusCodeCheck":
False}
44 __used_configurables__ = []
56 __used_configurables__ = [ExampleCommon, ApplicationMgr]
70 Action printing the result of the configuration of the ApplicationMgr.
72 print(
"==== Configuration completed ====")