A module for writing data to the log file.
Write out a list element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | key | Some text to write. |
||
logical, | intent(in) | :: | VALUE | A bool value to write. |
Write out a list element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | key | Some text to write. |
||
real(kind=NTReal), | intent(in) | :: | VALUE | A float value to write. |
Write out a list element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | key | Some text to write. |
||
integer, | intent(in) | :: | VALUE | An integer value to write. |
Write out a list element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | key | Some text to write. |
||
character(len=*), | intent(in) | :: | VALUE | A text value to write. |
Write out a element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | key | Some text to write. |
||
logical, | intent(in) | :: | VALUE | An integer value to write. |
Write out a element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | key | Some text to write. |
||
real(kind=NTReal), | intent(in) | :: | VALUE | A float value to write. |
Write out a element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | key | Some text to write. |
||
integer, | intent(in) | :: | VALUE | An integer value to write. |
Write out a element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | key | Some text to write. |
||
character(len=*), | intent(in), | optional | :: | VALUE | A text value to write. |
Activate the logger.
Deactivate the logger.
Call this subroutine when you enter into a section with verbose output
Call this subroutine when you exit a section with verbose output
Write out a header to the log.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | header_value | The text of the header. |
Write out a citation element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | citation_list | A list of citations, separated by a space. |