|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
| procedure, pass(this) | init (this) |
| Initialize a log. | |
| procedure, pass(this) | begin (this) |
| Increase indention level. | |
| procedure, pass(this) | end (this) |
| Decrease indention level. | |
| procedure, pass(this) | indent (this) |
| Indent a log. | |
| procedure, pass(this) | newline (this, lvl) |
| Write a new line to a log. | |
| procedure, pass(this) | message (this, msg, lvl) |
| Write a message to a log. | |
| procedure, pass(this) | section (this, msg, lvl) |
| Begin a new log section. | |
| procedure, pass(this) | status (this, t, t_end) |
| Write status banner. | |
| procedure, pass(this) | header (this, version, build_info) |
| Write the Neko header to a log. | |
| procedure, pass(this) | error (this, msg) |
| Write an error message to a log. | |
| procedure, pass(this) | warning (this, msg) |
| Write a warning message to a log. | |
| procedure, pass(this) | end_section (this, msg, lvl) |
| End a log section. | |
Public Attributes | |
| integer | indent_ |
| integer | section_id_ |
| integer | level_ |
| integer | unit_ |