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

◆ Logger()

logging::Logger & drama::Task::Logger ( )
inlineinherited

Reference to DRAMA 2 Logger.

You can use this reference to make explicit log calls.

Alternatively, you could use DitsLogMsg(), which would make your code independent of the DRAMA 2 system (that is, a different logger implementation could be used and your log messages will still be written.)

Returns
Return a reference to the logger.