OpenCPN Partial API docs
Logger Class Reference

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
 

Detailed Description

Transient logger class, instantiated/used by the LOG macros.

Definition at line 84 of file logger.h.


The documentation for this class was generated from the following files: