![]() |
FrontISTR
5.8.0
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Modules | |
| module | hecmw_logging |
| I/O and Utility. | |
Functions/Subroutines | |
| subroutine | hecmw_logging::hecmw_log (loglv, msg) |
| subroutine | hecmw_logging::hecmw_setloglv (loglv) |
| subroutine | hecmw_logging::hecmw_log_set_enable (from, to, true_or_false) |
| subroutine | hecmw_logging::hecmw_openlog (logfile, loglv, options, id, ierror) |
| subroutine | hecmw_logging::hecmw_closelog (id, ierror) |
Variables | |
| integer(kind=kint), parameter | hecmw_logging::hecmw_log_none = 0 |
| integer(kind=kint), parameter | hecmw_logging::hecmw_log_error = 1 |
| integer(kind=kint), parameter | hecmw_logging::hecmw_log_warn = 2 |
| integer(kind=kint), parameter | hecmw_logging::hecmw_log_info = 4 |
| integer(kind=kint), parameter | hecmw_logging::hecmw_log_debug = 8 |
| integer(kind=kint), parameter | hecmw_logging::hecmw_log_all = 15 |