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

◆ Logger()

drama::logging::Logger::Logger ( Task dramaTask)

Construct a drama::logging::Logger object.

Creates a new logger and inserts drama::logging::Logger as the DRAMA logging system in the current DRAMA tasks. Note that DitsAppInit() must have already been invoked. The constructor should only be called before the DRAMA Main loop is entered (unlike) the older GitLogger). The log file is NOT opened at this point, it can be opened or re-opened with the Open() method.

See the class comments for full details.

Parameters
dramaTaskA pointer to the DRAMA task we are part of.