Neko  0.8.1
A portable framework for high-order spectral element flow simulations
neko_log.h File Reference
This graph shows which files directly or indirectly include this file:

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 ()
 

Function Documentation

◆ log_end_section()

void log_end_section ( )

End a log section in neko_log

Here is the caller graph for this function:

◆ log_error()

void log_error ( char *  msg)

Write an error to a neko_log

Here is the caller graph for this function:

◆ log_message()

void log_message ( char *  msg)

Neko log interface (log.f90) Write a message to a neko_log

Here is the caller graph for this function:

◆ log_section()

void log_section ( char *  msg)

Begin a new log section in neko_log

Here is the caller graph for this function:

◆ log_warning()

void log_warning ( char *  msg)

Write a warning to a neko_log