Initializes a logger.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(logger_t), | intent(out) | :: | this | A |
||
| character(len=*), | intent(in) | :: | fn | Name of the log file. If |
||
| logical, | intent(in) | :: | use_stdout | Write all log messages to stdout rather than a file on disk? {T/F} |