AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ ~Logger()

drama::logging::Logger::~Logger ( )

Destructor.

The constructor of the object registers the object with DRAMA. DRAMA will then call an internal Logger() method when DRAMA shuts down or when the logging system is replaced by another. You should not invoke the destructor until after that is done.