Returns log messages in Atom Syndication Format (RFC 4287).
The atom%alt
value shall be of the form http://www.example.com/dmpack/log?log_id=
.
The particular log id will be appended to the URL. The feed identification atom%id
shall be a valid UUID of the form 00000000-0000-0000-0000-000000000000
. The
parameter atom%url
shall be the public URL of the Atom feed.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atom_type), | intent(inout) | :: | atom |
Atom type. |
||
type(log_type), | intent(inout) | :: | logs(:) |
Log array. |
||
character(len=:), | intent(out), | allocatable | :: | xml |
Returned Atom XML string. |