log_init Subroutine

public subroutine log_init(verbosity, log_file)

Initialise the logger: set verbosity level and optionally open a log file.

Arguments

Type IntentOptional 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.