dm_html_logs Function

public function dm_html_logs(logs, prefix, node, max_len) result(html)

Uses

  • proc~~dm_html_logs~~UsesGraph proc~dm_html_logs dm_html_logs module~dm_log dm_log proc~dm_html_logs->module~dm_log module~dm_error dm_error module~dm_log->module~dm_error module~dm_id dm_id module~dm_log->module~dm_id module~dm_kind dm_kind module~dm_log->module~dm_kind module~dm_node dm_node module~dm_log->module~dm_node module~dm_observ dm_observ module~dm_log->module~dm_observ module~dm_sensor dm_sensor module~dm_log->module~dm_sensor module~dm_target dm_target module~dm_log->module~dm_target module~dm_time dm_time module~dm_log->module~dm_time module~dm_uuid dm_uuid module~dm_log->module~dm_uuid module~dm_error->module~dm_kind module~dm_ascii dm_ascii module~dm_error->module~dm_ascii iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env module~dm_node->module~dm_id module~dm_node->module~dm_kind module~dm_observ->module~dm_error module~dm_observ->module~dm_id module~dm_observ->module~dm_kind module~dm_observ->module~dm_node module~dm_observ->module~dm_sensor module~dm_observ->module~dm_target module~dm_observ->module~dm_time module~dm_observ->module~dm_uuid module~dm_request dm_request module~dm_observ->module~dm_request module~dm_response dm_response module~dm_observ->module~dm_response module~dm_util dm_util module~dm_observ->module~dm_util module~dm_sensor->module~dm_id module~dm_sensor->module~dm_kind module~dm_sensor->module~dm_node module~dm_target->module~dm_id module~dm_target->module~dm_kind module~dm_target->module~dm_util module~dm_time->module~dm_error module~dm_time->module~dm_kind module~dm_time->module~dm_util module~dm_request->module~dm_error module~dm_request->module~dm_id module~dm_request->module~dm_kind module~dm_request->module~dm_time module~dm_request->module~dm_response module~dm_request->module~dm_util module~dm_string dm_string module~dm_request->module~dm_string module~dm_response->module~dm_error module~dm_response->module~dm_id module~dm_response->module~dm_kind module~dm_response->module~dm_util module~dm_util->module~dm_error module~dm_util->module~dm_kind module~dm_string->module~dm_error module~dm_string->module~dm_kind

Returns table of logs in HTML format. If argument prefix is passed, the log timestamps are enclosed in HTML anchors, with the link set to prefix. By default, a node id column is added to the table. Optionally, a maximum log message length can be set. The input data will be trimmed and encoded.

Arguments

Type IntentOptional Attributes Name
type(log_type), intent(inout) :: logs(:)

Log types.

character(len=*), intent(in), optional :: prefix

Link address prefix.

logical, intent(in), optional :: node

Show node id column.

integer, intent(in), optional :: max_len

Max. log message length.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_logs~~CallsGraph proc~dm_html_logs dm_html_logs interface~dm_itoa dm_itoa proc~dm_html_logs->interface~dm_itoa proc~dm_html_anchor dm_html_anchor proc~dm_html_logs->proc~dm_html_anchor proc~dm_html_encode dm_html_encode proc~dm_html_logs->proc~dm_html_encode proc~dm_html_mark dm_html_mark proc~dm_html_logs->proc~dm_html_mark proc~dm_html_time dm_html_time proc~dm_html_logs->proc~dm_html_time proc~dm_html_anchor->proc~dm_html_encode proc~dm_html_mark->proc~dm_html_encode proc~dm_time_strip_useconds dm_time_strip_useconds proc~dm_html_time->proc~dm_time_strip_useconds proc~dm_time_to_human dm_time_to_human proc~dm_html_time->proc~dm_time_to_human