An Extensible Enumeration for the LogVerbosity's supported by the KIM API.
More...
|
recursive subroutine, public | kim_get_number_of_log_verbosities (number_of_log_verbosities) |
| Get the number of standard LogVerbosity's defined by the KIM API.
|
|
recursive subroutine, public | kim_get_log_verbosity (index, log_verbosity, ierr) |
| Get the identity of each defined standard LogVerbosity.
|
|
|
type(kim_log_verbosity_type), save, bind(C, name="KIM_LOG_VERBOSITY_silent"), public, protected | kim_log_verbosity_silent |
| The standard silent verbosity.
|
|
type(kim_log_verbosity_type), save, bind(C, name="KIM_LOG_VERBOSITY_fatal"), public, protected | kim_log_verbosity_fatal |
| The standard fatal verbosity.
|
|
type(kim_log_verbosity_type), save, bind(C, name="KIM_LOG_VERBOSITY_error"), public, protected | kim_log_verbosity_error |
| The standard error verbosity.
|
|
type(kim_log_verbosity_type), save, bind(C, name="KIM_LOG_VERBOSITY_warning"), public, protected | kim_log_verbosity_warning |
| The standard warning verbosity.
|
|
type(kim_log_verbosity_type), save, bind(C, name="KIM_LOG_VERBOSITY_information"), public, protected | kim_log_verbosity_information |
| The standard information verbosity.
|
|
type(kim_log_verbosity_type), save, bind(C, name="KIM_LOG_VERBOSITY_debug"), public, protected | kim_log_verbosity_debug |
| The standard debug verbosity.
|
|
An Extensible Enumeration for the LogVerbosity's supported by the KIM API.
- See also
- KIM::LogVerbosity, KIM_LogVerbosity
- Since
- 2.0
◆ kim_get_log_verbosity()
recursive subroutine, public kim_log_verbosity_module::kim_get_log_verbosity |
( |
integer(c_int), intent(in) | index, |
|
|
type(kim_log_verbosity_type), intent(out) | log_verbosity, |
|
|
integer(c_int), intent(out) | ierr ) |
◆ kim_get_number_of_log_verbosities()
recursive subroutine, public kim_log_verbosity_module::kim_get_number_of_log_verbosities |
( |
integer(c_int), intent(out) | number_of_log_verbosities | ) |
|
◆ kim_log_verbosity_debug
type(kim_log_verbosity_type), save, bind(C, name="KIM_LOG_VERBOSITY_debug"), public, protected kim_log_verbosity_module::kim_log_verbosity_debug |
◆ kim_log_verbosity_error
type(kim_log_verbosity_type), save, bind(C, name="KIM_LOG_VERBOSITY_error"), public, protected kim_log_verbosity_module::kim_log_verbosity_error |
◆ kim_log_verbosity_fatal
type(kim_log_verbosity_type), save, bind(C, name="KIM_LOG_VERBOSITY_fatal"), public, protected kim_log_verbosity_module::kim_log_verbosity_fatal |
◆ kim_log_verbosity_information
type(kim_log_verbosity_type), save, bind(C, name="KIM_LOG_VERBOSITY_information"), public, protected kim_log_verbosity_module::kim_log_verbosity_information |
◆ kim_log_verbosity_silent
type(kim_log_verbosity_type), save, bind(C, name="KIM_LOG_VERBOSITY_silent"), public, protected kim_log_verbosity_module::kim_log_verbosity_silent |
◆ kim_log_verbosity_warning
type(kim_log_verbosity_type), save, bind(C, name="KIM_LOG_VERBOSITY_warning"), public, protected kim_log_verbosity_module::kim_log_verbosity_warning |