Neko  0.8.99
A portable framework for high-order spectral element flow simulations
neko_log.h
Go to the documentation of this file.
1 #ifndef __NEKO_LOG_H
2 #define __NEKO_LOG_H
3 
9 extern void log_message(char *msg);
10 
12 extern void log_error(char *msg);
13 
15 extern void log_warning(char *msg);
16 
18 extern void log_section(char *msg);
19 
21 extern void log_end_section();
22 
23 #endif
void log_error(char *msg)
void log_message(char *msg)
void log_warning(char *msg)
void log_end_section()
void log_section(char *msg)