|
pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
| class | debugLogger |
| class | infoLogger |
| class | dummyLogger |
Functions | |
| def | frame |
| def | lineNum |
| def | fileNamE |
| def | fileNameLineNum |
| def | getLogger |
| This function is useful as it will instantiate a dummy logger object if log=None log may be a logger object or None pyFile is the python file that the code was called from (unused) | |
| def | buildDummyLogger2 |
Variables | |
| tuple | logger = dummyLogger() |
| tuple | log = logger.startLog('debug') |
| def pyNastran.general.logger.frame | ( | n | ) |
Definition at line 30 of file logger.py.
Referenced by fileNamE(), fileNameLineNum(), and lineNum().
| def pyNastran.general.logger.lineNum | ( | ) |
| def pyNastran.general.logger.fileNameLineNum | ( | n = 0 | ) |
| def pyNastran.general.logger.getLogger | ( | log = None, |
|
level = 'debug' |
|||
| ) |
This function is useful as it will instantiate a dummy logger object if log=None log may be a logger object or None pyFile is the python file that the code was called from (unused)
Definition at line 144 of file logger.py.
References buildDummyLogger2().
Referenced by pyNastran.general.logger.dummyLogger.startLog().
| def pyNastran.general.logger.buildDummyLogger2 | ( | level = 'debug' | ) |
Definition at line 152 of file logger.py.
Referenced by getLogger().
| tuple pyNastran::general::logger::log = logger.startLog('debug') |
Definition at line 191 of file logger.py.
Referenced by pyNastran::bdf::cards::dmig.dim(), and pyNastran::bdf::cards::dmig.mod().