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.
Type | Intent | Optional | 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. |
Generated HTML.