tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Public Member Functions
tblite_context_logger::context_logger Type Referenceabstract

Base class defining the logger interface. More...

Public Member Functions

procedure(message), deferred message (self, msg, error)
 Entry point for displaying a string in the logger.
 

Detailed Description

Base class defining the logger interface.

Member Function/Subroutine Documentation

◆ message()

procedure(message), deferred tblite_context_logger::context_logger::message ( class(context_logger), intent(inout) self,
character(len=*), intent(in) msg,
type(error_type), intent(out), allocatable error )
pure virtual

Entry point for displaying a string in the logger.

Parameters
[in,out]selfInstance of the logger
[in]msgString to display
[out]errorError handling

The documentation for this type was generated from the following file: