source:
dynamico_lmdz/simple_physics/phyparam/physics/use_logging.h
@
4205
| Last change on this file since 4205 was 4199, checked in by , 6 years ago | |
|---|---|
| File size: 233 bytes | |
| Line | |
|---|---|
| 1 | USE logging |
| 2 | #define WRITELOG(junk, fmt) logging_lineno = logging_lineno+1 ; WRITE(logging_buf(logging_lineno), fmt) |
| 3 | #define LOG_INFO(tag) CALL flush_log(log_level_info, tag) |
| 4 | #define LOG_DBG(tag) CALL flush_log(log_level_dbg, tag) |
Note: See TracBrowser
for help on using the repository browser.
