XML writer procedure.
Writes log messages in Atom Syndication Format (RFC 4287) to file or standard output.
| Type | Intent | Optional | 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. |