20 & comin_severity_debug, comin_severity_info, &
21 & comin_severity_warning
23 USE iso_c_binding,
ONLY: c_ptr
35 CHARACTER(LEN=*),
INTENT(IN) :: msg
44 BIND(C, name="comin_print_debug")
45 TYPE(c_ptr),
VALUE,
INTENT(IN) :: msg
54 CHARACTER(LEN=*),
INTENT(IN) :: msg
63 BIND(C, name="comin_print_info")
64 TYPE(c_ptr),
VALUE,
INTENT(IN) :: msg
73 CHARACTER(LEN=*),
INTENT(IN) :: msg
82 BIND(C, name="comin_print_warning")
83 TYPE(c_ptr),
VALUE,
INTENT(IN) :: msg
t_comin_log_severity comin_current_get_plugin_log_severity()
const char * comin_current_get_plugin_name()
The elements of this derived data type describe a 3rd party plugin.
subroutine, public comin_print_warning(msg)
Prints a warning if the plugin has set log_warning (enabled per default) The message will only be pri...
subroutine, public comin_print_debug(msg)
Prints a debug message if the plugin has set log_debug (disabled per default) The message will only b...
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 p...
subroutine comin_print_warning_c(msg)
subroutine comin_print_debug_c(msg)
subroutine comin_print_info_c(msg)
type(t_comin_state), pointer, public state