Definition at line 23 of file ProcessJobOptions.py.
| def GaudiKernel.ProcessJobOptions.LogFilter.__init__ |
( |
|
self, |
|
|
|
name = "" |
|
) |
| |
| def GaudiKernel.ProcessJobOptions.LogFilter.__init__ |
( |
|
self, |
|
|
|
name = "" |
|
) |
| |
| def GaudiKernel.ProcessJobOptions.LogFilter.disable |
( |
|
self, |
|
|
|
allowed = logging.WARNING |
|
) |
| |
| def GaudiKernel.ProcessJobOptions.LogFilter.disable |
( |
|
self, |
|
|
|
allowed = logging.WARNING |
|
) |
| |
| def GaudiKernel.ProcessJobOptions.LogFilter.enable |
( |
|
self, |
|
|
|
allowed = logging.WARNING |
|
) |
| |
| def GaudiKernel.ProcessJobOptions.LogFilter.enable |
( |
|
self, |
|
|
|
allowed = logging.WARNING |
|
) |
| |
| def GaudiKernel.ProcessJobOptions.LogFilter.filter |
( |
|
self, |
|
|
|
record |
|
) |
| |
| def GaudiKernel.ProcessJobOptions.LogFilter.filter |
( |
|
self, |
|
|
|
record |
|
) |
| |
| def GaudiKernel.ProcessJobOptions.LogFilter.printOff |
( |
|
self, |
|
|
|
step = 1 |
|
) |
| |
Increase the printing_level of 'step' units. ( >0 means no print)
Definition at line 44 of file ProcessJobOptions.py.
46 Increase the printing_level of 'step' units. ( >0 means no print)
| def GaudiKernel.ProcessJobOptions.LogFilter.printOff |
( |
|
self, |
|
|
|
step = 1 |
|
) |
| |
Increase the printing_level of 'step' units. ( >0 means no print)
Definition at line 44 of file ProcessJobOptions.py.
46 Increase the printing_level of 'step' units. ( >0 means no print)
| def GaudiKernel.ProcessJobOptions.LogFilter.printOn |
( |
|
self, |
|
|
|
step = 1, |
|
|
|
force = False |
|
) |
| |
Decrease the printing_level of 'step' units. ( >0 means no print)
The level cannot go below 0, unless the force flag is set to True.
A negative value of the threshold disables subsequent "PrintOff"s.
Definition at line 31 of file ProcessJobOptions.py.
31 def printOn(self, step = 1, force = False):
33 Decrease the printing_level of 'step' units. ( >0 means no print)
34 The level cannot go below 0, unless the force flag is set to True.
35 A negative value of the threshold disables subsequent "PrintOff"s.
| def GaudiKernel.ProcessJobOptions.LogFilter.printOn |
( |
|
self, |
|
|
|
step = 1, |
|
|
|
force = False |
|
) |
| |
Decrease the printing_level of 'step' units. ( >0 means no print)
The level cannot go below 0, unless the force flag is set to True.
A negative value of the threshold disables subsequent "PrintOff"s.
Definition at line 31 of file ProcessJobOptions.py.
31 def printOn(self, step = 1, force = False):
33 Decrease the printing_level of 'step' units. ( >0 means no print)
34 The level cannot go below 0, unless the force flag is set to True.
35 A negative value of the threshold disables subsequent "PrintOff"s.
| GaudiKernel.ProcessJobOptions.LogFilter.enabled |
| GaudiKernel.ProcessJobOptions.LogFilter.printing_level |
| GaudiKernel.ProcessJobOptions.LogFilter.threshold |
The documentation for this class was generated from the following file: