OpenCPN Partial API docs
|
Overall logging handler, outputs to screen and log file. More...
#include <data_monitor.h>
Public Member Functions | |
DataMonitor (wxWindow *parent) | |
void | Add (std::string msg) |
Add an input line to log output. | |
void | Add (const Logline &ll) override |
Add an formatted string to log output. | |
bool | IsActive () const override |
Return true if log is visible i. | |
Overall logging handler, outputs to screen and log file.
Definition at line 66 of file data_monitor.h.
DataMonitor::DataMonitor | ( | wxWindow * | parent | ) |
Definition at line 742 of file data_monitor.cpp.
|
overridevirtual |
Add an formatted string to log output.
Implements NmeaLog.
Definition at line 796 of file data_monitor.cpp.
|
overridevirtual |
Return true if log is visible i.
e., if it's any point using Add().
Implements NmeaLog.
Definition at line 801 of file data_monitor.cpp.