Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Functions | |
void | log_message (char *msg) |
void | log_error (char *msg) |
void | log_warning (char *msg) |
void | log_section (char *msg) |
void | log_end_section () |
void log_end_section | ( | ) |
End a log section in neko_log
void log_error | ( | char * | msg | ) |
Write an error to a neko_log
void log_message | ( | char * | msg | ) |
Neko log interface (log.f90) Write a message to a neko_log
void log_section | ( | char * | msg | ) |
Begin a new log section in neko_log
void log_warning | ( | char * | msg | ) |
Write a warning to a neko_log