default_logger_stack_type Derived Type

type, private :: default_logger_stack_type


Components

Type Visibility Attributes Name Initial
type(dbcsr_logger_type), public, POINTER :: dbcsr_default_logger => Null()

Source Code

   TYPE default_logger_stack_type
      TYPE(dbcsr_logger_type), POINTER :: dbcsr_default_logger => Null()
   END TYPE default_logger_stack_type