dm_atom_write Interface

public interface dm_atom_write

XML writer procedure.

Calls

interface~~dm_atom_write~~CallsGraph interface~dm_atom_write dm_atom_write proc~dm_atom_write_logs dm_atom_write_logs interface~dm_atom_write->proc~dm_atom_write_logs interface~dm_present dm_present proc~dm_atom_write_logs->interface~dm_present proc~dm_html_encode dm_html_encode proc~dm_atom_write_logs->proc~dm_html_encode proc~dm_time_now dm_time_now proc~dm_atom_write_logs->proc~dm_time_now proc~dm_time_strip_useconds dm_time_strip_useconds proc~dm_atom_write_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

Module Procedures

public subroutine dm_atom_write_logs(atom, logs, unit)

Writes log messages in Atom Syndication Format (RFC 4287) to file or standard output.

Read more…

Arguments

Type IntentOptional Attributes Name
type(atom_type), intent(inout) :: atom

Atom type.

type(log_type), intent(inout) :: logs(:)

Log array.

integer, intent(in), optional :: unit

Output unit.