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 (const Logline &ll) override |
Add an input line to log output. | |
virtual bool | IsVisible () const override |
Return true if log is visible i. | |
Overall logging handler, outputs to screen and log file.
Definition at line 78 of file data_monitor.h.
DataMonitor::DataMonitor | ( | wxWindow * | parent | ) |
Definition at line 852 of file data_monitor.cpp.
|
overridevirtual |
Add an input line to log output.
Implements NmeaLog.
Definition at line 907 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 912 of file data_monitor.cpp.