NCEPLIBS-g2 4.0.0
|
Logging for the g2 library. More...
Functions/Subroutines | |
subroutine | g2_log (level) |
Print a debug message for the g2 library. | |
Variables | |
integer | g2_log_level |
0 for no logging. | |
character *120 | g2_log_msg |
Fill this with the logging message. | |
Logging for the g2 library.
Set g2_log_level to turn on logging.
subroutine g2logging::g2_log | ( | integer, intent(in) | level | ) |
Print a debug message for the g2 library.
[in] | level | If this is lower or equal to the current setting of g2_log_level, print this log message. |
Definition at line 21 of file g2logging.F90.
References g2_log_level, and g2_log_msg.
Referenced by gb_info(), getg2i2(), getg2i2r(), getgb2i2(), getgb2l2(), getgb2r2(), getgb2rp2(), getgb2s2(), getidx2(), and ix2gb2().
integer g2logging::g2_log_level |
character* 120 g2logging::g2_log_msg |
Fill this with the logging message.
Definition at line 12 of file g2logging.F90.
Referenced by g2_log(), gb_info(), getg2i2(), getg2i2r(), getgb2i2(), getgb2l2(), getgb2r2(), getgb2rp2(), getgb2s2(), getidx2(), and ix2gb2().