|
tblite
Light-weight tight-binding framework
|
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. | |
Base class defining the logger interface.
|
pure virtual |
Entry point for displaying a string in the logger.
| [in,out] | self | Instance of the logger |
| [in] | msg | String to display |
| [out] | error | Error handling |