kim-api  2.3.0+v2.3.0.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Data Types | Functions/Subroutines | Variables
kim_log_verbosity_module Module Reference

An Extensible Enumeration for the LogVerbosity's supported by the KIM API. More...

Functions/Subroutines

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. More...
 
recursive subroutine, public kim_get_log_verbosity (index, log_verbosity, ierr)
 Get the identity of each defined standard LogVerbosity. More...
 

Variables

type(kim_log_verbosity_type), save, public, protected kim_log_verbosity_silent
 
type(kim_log_verbosity_type), save, public, protected kim_log_verbosity_fatal
 
type(kim_log_verbosity_type), save, public, protected kim_log_verbosity_error
 
type(kim_log_verbosity_type), save, public, protected kim_log_verbosity_warning
 
type(kim_log_verbosity_type), save, public, protected kim_log_verbosity_information
 
type(kim_log_verbosity_type), save, public, protected kim_log_verbosity_debug
 

Detailed Description

An Extensible Enumeration for the LogVerbosity's supported by the KIM API.

See also
KIM::LogVerbosity, KIM_LogVerbosity
Since
2.0

Function/Subroutine Documentation

◆ 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 
)

Get the identity of each defined standard LogVerbosity.

See also
KIM::LOG_VERBOSITY::GetLogVerbosity, KIM_LOG_VERBOSITY_GetLogVerbosity
Since
2.0

Definition at line 396 of file kim_log_verbosity_module.f90.

◆ 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)

Get the number of standard LogVerbosity's defined by the KIM API.

See also
KIM::LOG_VERBOSITY::GetNumberOfLogVerbosities, KIM_LOG_VERBOSITY_GetNumberOfLogVerbosities
Since
2.0

Definition at line 375 of file kim_log_verbosity_module.f90.

Variable Documentation

◆ kim_log_verbosity_debug

type(kim_log_verbosity_type), save, public, protected kim_log_verbosity_module::kim_log_verbosity_debug

Definition at line 127 of file kim_log_verbosity_module.f90.

◆ kim_log_verbosity_error

type(kim_log_verbosity_type), save, public, protected kim_log_verbosity_module::kim_log_verbosity_error

Definition at line 100 of file kim_log_verbosity_module.f90.

◆ kim_log_verbosity_fatal

type(kim_log_verbosity_type), save, public, protected kim_log_verbosity_module::kim_log_verbosity_fatal

Definition at line 91 of file kim_log_verbosity_module.f90.

◆ kim_log_verbosity_information

type(kim_log_verbosity_type), save, public, protected kim_log_verbosity_module::kim_log_verbosity_information

Definition at line 118 of file kim_log_verbosity_module.f90.

◆ kim_log_verbosity_silent

type(kim_log_verbosity_type), save, public, protected kim_log_verbosity_module::kim_log_verbosity_silent

Definition at line 82 of file kim_log_verbosity_module.f90.

◆ kim_log_verbosity_warning

type(kim_log_verbosity_type), save, public, protected kim_log_verbosity_module::kim_log_verbosity_warning

Definition at line 109 of file kim_log_verbosity_module.f90.