Initialise the logger: set verbosity level and optionally open a log file.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | verbosity |
Threshold level (LOGLVL_SILENT … LOGLVL_DEBUG). |
||
| character(len=*), | intent(in) | :: | log_file |
Path for the log file. Empty string disables file logging. |