ICON Community Interface 0.4.0
Loading...
Searching...
No Matches
comin_print.F90 File Reference

Utility functions for printing log messages. More...

Go to the source code of this file.

Modules

module  comin_print
 

Functions/Subroutines

subroutine, public comin_print::comin_print_debug (msg)
 Prints a debug message if the plugin has set log_debug (disabled per default) The message will only be printed on process 0.
 
subroutine comin_print::comin_print_debug_c (msg)
 
subroutine, public comin_print::comin_print_info (msg)
 Prints a info message if the plugin has set log_info (enabled per default) The message will only be printed on process 0.
 
subroutine comin_print::comin_print_info_c (msg)
 
subroutine, public comin_print::comin_print_warning (msg)
 Prints a warning if the plugin has set log_warning (enabled per default) The message will only be printed on process 0.
 
subroutine comin_print::comin_print_warning_c (msg)
 

Detailed Description

Utility functions for printing log messages.

Definition in file comin_print.F90.