![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name='Tail') | |
| configure (self, test) | |
Public Attributes | |
| str | log_file = 'athena.log' |
| str | output_name = None |
| str | executable = 'tail' |
| int | num_lines = 5000 |
| output_stream = Step.OutputStream.STDOUT_ONLY | |
Copy the last N lines of a log file into a separate file
Definition at line 411 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.TailStep.__init__ | ( | self, | |
| name = 'Tail' ) |
Definition at line 414 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.TailStep.configure | ( | self, | |
| test ) |
Definition at line 422 of file CheckSteps.py.
Definition at line 418 of file CheckSteps.py.
| str python.TrigValSteering.CheckSteps.TailStep.log_file = 'athena.log' |
Definition at line 416 of file CheckSteps.py.
| int python.TrigValSteering.CheckSteps.TailStep.num_lines = 5000 |
Definition at line 419 of file CheckSteps.py.
Definition at line 417 of file CheckSteps.py.
| python.TrigValSteering.CheckSteps.TailStep.output_stream = Step.OutputStream.STDOUT_ONLY |
Definition at line 420 of file CheckSteps.py.