Entry point for displaying a string in the logger.
More...
|
| subroutine | message (self, msg, error) |
| |
Entry point for displaying a string in the logger.
◆ message()
| subroutine tblite_context_logger::message::message |
( |
class(context_logger), intent(inout) | self, |
|
|
character(len=*), intent(in) | msg, |
|
|
type(error_type), intent(out), allocatable | error ) |
|
virtual |
- Parameters
-
| [in,out] | self | Instance of the logger |
| [in] | msg | String to display |
| [out] | error | Error handling |
The documentation for this interface was generated from the following file:
- /home/runner/work/tblite/tblite/src/tblite/context/logger.f90