pymtt
 All Classes Namespaces Files Functions Variables Groups
Public Member Functions | Public Attributes | List of all members
ElkLogger.ElkLogger Class Reference
+ Inheritance diagram for ElkLogger.ElkLogger:
+ Collaboration diagram for ElkLogger.ElkLogger:

Public Member Functions

def __init__
 
def print_name
 
def print_options
 
def log_to_elk
 
def log_execmd_elk
 
- Public Member Functions inherited from BaseMTTUtility.BaseMTTUtility
def __init__
 
def print_name
 

Public Attributes

 options
 
 elk_log
 
 execmds_stash
 

Detailed Description

Definition at line 38 of file ElkLogger.py.

Constructor & Destructor Documentation

def ElkLogger.ElkLogger.__init__ (   self)

Definition at line 39 of file ElkLogger.py.

Member Function Documentation

def ElkLogger.ElkLogger.log_execmd_elk (   self,
  cmdargs,
  status,
  elkoutput,
  timedout,
  starttime,
  finshtime,
  elapsed_secs,
  slurm_job_ids,
  testDef 
)

Definition at line 152 of file ElkLogger.py.

def ElkLogger.ElkLogger.log_to_elk (   self,
  result,
  logtype,
  testDef 
)

Definition at line 55 of file ElkLogger.py.

def ElkLogger.ElkLogger.print_name (   self)

Definition at line 45 of file ElkLogger.py.

def ElkLogger.ElkLogger.print_options (   self,
  testDef,
  prefix 
)

Definition at line 48 of file ElkLogger.py.

Member Data Documentation

ElkLogger.ElkLogger.elk_log

Definition at line 42 of file ElkLogger.py.

ElkLogger.ElkLogger.execmds_stash

Definition at line 43 of file ElkLogger.py.

ElkLogger.ElkLogger.options

Definition at line 41 of file ElkLogger.py.


The documentation for this class was generated from the following file: