dm_atom_from_logs Subroutine

public subroutine dm_atom_from_logs(atom, logs, xml)

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.

Arguments

Type IntentOptional 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.


Calls

proc~~dm_atom_from_logs~~CallsGraph proc~dm_atom_from_logs dm_atom_from_logs proc~dm_html_encode dm_html_encode proc~dm_atom_from_logs->proc~dm_html_encode proc~dm_time_now dm_time_now proc~dm_atom_from_logs->proc~dm_time_now proc~dm_time_strip_useconds dm_time_strip_useconds proc~dm_atom_from_logs->proc~dm_time_strip_useconds c_gettimeofday c_gettimeofday proc~dm_time_now->c_gettimeofday c_localtime_r c_localtime_r proc~dm_time_now->c_localtime_r