![]() |
ICON Community Interface 0.4.0
|
Functions/Subroutines | |
| subroutine, public | 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_debug_c (msg) |
| subroutine, public | 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_info_c (msg) |
| subroutine, public | 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_warning_c (msg) |
| subroutine comin_print::comin_print_debug_c | ( | type(c_ptr), intent(in), value | msg | ) |
| subroutine comin_print::comin_print_info_c | ( | type(c_ptr), intent(in), value | msg | ) |
| subroutine comin_print::comin_print_warning_c | ( | type(c_ptr), intent(in), value | msg | ) |