FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Logfile_getDateTimeStr (dateTimeStr) |
subroutine Logfile_getDateTimeStr | ( | character(len=28) | dateTimeStr | ) |
Get a string that contains the current date and time in the same format used in Logfie_stamp messages.
This interface is meant for use by code outside the Logfile unit that wants to generate messages in the format of the Logfile unit but circumventing the Logfile_stamp interface.
dateTimeStr - the date and time string is returned here.
NOTES Currently, the caller could just call current_date_time directly to the same effect as calling this subroutine, with the following difference: o The string returned by this implementation is enclosed in [ square brackets ].
Definition at line 35 of file Logfile_getDateTimeStr.F90.