KIM API V2
Classes | Functions | Variables
KIM::LOG_VERBOSITY Namespace Reference

Classes

struct  Comparator
 

Functions

void GetNumberOfLogVerbosities (int *const numberOfLogVerbosities)
 
int GetLogVerbosity (int const index, LogVerbosity *const logVerbosity)
 

Variables

LogVerbosity const silent
 
LogVerbosity const fatal
 
LogVerbosity const error
 
LogVerbosity const warning
 
LogVerbosity const information
 
LogVerbosity const debug
 

Function Documentation

◆ GetLogVerbosity()

int KIM::LOG_VERBOSITY::GetLogVerbosity ( int const  index,
LogVerbosity *const  logVerbosity 
)

◆ GetNumberOfLogVerbosities()

void KIM::LOG_VERBOSITY::GetNumberOfLogVerbosities ( int *const  numberOfLogVerbosities)

Variable Documentation

◆ debug

LogVerbosity const KIM::LOG_VERBOSITY::debug

◆ error

LogVerbosity const KIM::LOG_VERBOSITY::error

◆ fatal

LogVerbosity const KIM::LOG_VERBOSITY::fatal

◆ information

LogVerbosity const KIM::LOG_VERBOSITY::information

◆ silent

LogVerbosity const KIM::LOG_VERBOSITY::silent

◆ warning

LogVerbosity const KIM::LOG_VERBOSITY::warning