|
OpenCPN Partial API docs
|
Transient logger class, instantiated/used by the LOG macros. More...
#include <logger.h>
Public Member Functions | |
| void | logRecord (wxLogLevel level, const char *msg, const wxLogRecordInfo info) |
| DoLogRecord public wrapper. | |
| std::ostream & | get (wxLogLevel level, const char *path, int line) |
Static Public Member Functions | |
| static void | logMessage (wxLogLevel level, const char *path, int line, const char *fmt,...) |
Protected Attributes | |
| std::stringstream | os |
| wxLogRecordInfo | info |
| wxLogLevel | level |
Transient logger class, instantiated/used by the LOG macros.