This class is just for testing porpuses only It is intended to test the throwing an exception from the.
More...
|
| def | __init__ (self, p_configuration) |
| |
| def | setLogLevel (self, lvl) |
| | Set the log level to be close to the one set in C++ Maps C++ log4cpp log levels to python log levels @paral lvl: the string representing the log4cpp log level.
|
| |
| def | Execute (self, arg) |
| | This method will be called by the application periodically.
|
| |
| def | Terminate (self, arg) |
| | This method will be called before application exits, allowing for a cleanup.
|
| |
This class is just for testing porpuses only It is intended to test the throwing an exception from the.
◆ __init__()
| def MonTestScript.ThrowExceptionExecute.ThrowExceptionExecute.__init__ |
( |
|
self, |
|
|
|
p_configuration |
|
) |
| |
◆ Execute()
| def MonTestScript.ThrowExceptionExecute.ThrowExceptionExecute.Execute |
( |
|
self, |
|
|
|
arg |
|
) |
| |
This method will be called by the application periodically.
◆ setLogLevel()
| def MonTestScript.ThrowExceptionExecute.ThrowExceptionExecute.setLogLevel |
( |
|
self, |
|
|
|
lvl |
|
) |
| |
Set the log level to be close to the one set in C++ Maps C++ log4cpp log levels to python log levels @paral lvl: the string representing the log4cpp log level.
◆ Terminate()
| def MonTestScript.ThrowExceptionExecute.ThrowExceptionExecute.Terminate |
( |
|
self, |
|
|
|
arg |
|
) |
| |
This method will be called before application exits, allowing for a cleanup.
◆ configuration
| MonTestScript.ThrowExceptionExecute.ThrowExceptionExecute.configuration |
◆ iteration_counter
| MonTestScript.ThrowExceptionExecute.ThrowExceptionExecute.iteration_counter |
◆ logger
| MonTestScript.ThrowExceptionExecute.ThrowExceptionExecute.logger |
The documentation for this class was generated from the following file: