pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.general.logger.debugLogger Class Reference
Inheritance diagram for pyNastran.general.logger.debugLogger:
pyNastran.general.logger.infoLogger

List of all members.

Public Member Functions

def __init__
def frame
def lineno
 Returns the current line number in our program.
def fname
 Returns the current file in our program.
def funcName
 Returns the current function name in our program.
def properties
def fixMessage
def debug
def info
def warning
def error
def critical

Detailed Description

Definition at line 45 of file logger.py.


Constructor & Destructor Documentation

Definition at line 46 of file logger.py.


Member Function Documentation

Returns the current line number in our program.

Definition at line 58 of file logger.py.

References pyNastran.general.logger.debugLogger.fname(), and pyNastran.general.logger.debugLogger.frame().

Referenced by pyNastran.general.logger.debugLogger.frame().

Returns the current file in our program.

Definition at line 63 of file logger.py.

References pyNastran.general.logger.debugLogger.funcName().

Referenced by pyNastran.general.logger.debugLogger.lineno().

Returns the current function name in our program.

Definition at line 68 of file logger.py.

Referenced by pyNastran.general.logger.debugLogger.fname().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables