Logging routines.
|
subroutine | log_init (this) |
| Initialize a log. More...
|
|
subroutine | log_begin (this) |
| Increase indention level. More...
|
|
subroutine | log_end (this) |
| Decrease indention level. More...
|
|
subroutine | log_indent (this) |
| Indent a log. More...
|
|
subroutine | log_newline (this, lvl) |
| Write a new line to a log. More...
|
|
subroutine | log_message (this, msg, lvl) |
| Write a message to a log. More...
|
|
subroutine | log_header (this, version, build_info) |
| Write the Neko header to a log. More...
|
|
subroutine | log_error (this, msg) |
| Write an error message to a log. More...
|
|
subroutine | log_warning (this, msg) |
| Write a warning message to a log. More...
|
|
subroutine | log_section (this, msg, lvl) |
| Begin a new log section. More...
|
|
subroutine | log_end_section (this, msg, lvl) |
| End a log section. More...
|
|
subroutine | log_status (this, t, T_end) |
| Write status banner. More...
|
|
subroutine | log_message_c (c_msg) |
| Write a message to a log (from C) More...
|
|
subroutine | log_error_c (c_msg) |
| Write an error message to a log (from C) More...
|
|
subroutine | log_warning_c (c_msg) |
| Write a warning message to a log (from C) More...
|
|
subroutine | log_section_c (c_msg) |
| Begin a new log section (from C) More...
|
|
subroutine | log_end_section_c () |
| End a log section (from C) More...
|
|