Avionics
Dropship Simulator
Logger Class Reference

#include <Logger.h>

Collaboration diagram for Logger:
[legend]

Public Types

enum  Level {
  None = -1, Info, Warn, Error,
  Fatal
}
 

Public Member Functions

void Log (const char *msg, Level level=Info, int errorCode=0)
 These have to be in this order. More...
 
 Logger ()
 
 ~Logger ()
 

Public Attributes

std::string lastError
 
Level lastLevel
 
int lastErrorCode
 

Private Attributes

int logfile
 

Detailed Description

Definition at line 5 of file Logger.h.

Member Enumeration Documentation

◆ Level

Enumerator
None 
Info 
Warn 
Error 
Fatal 

Definition at line 11 of file Logger.h.

Constructor & Destructor Documentation

◆ Logger()

Logger::Logger ( )

Definition at line 95 of file Logger.cpp.

Here is the call graph for this function:

◆ ~Logger()

Logger::~Logger ( )

Definition at line 112 of file Logger.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ Log()

void Logger::Log ( const char *  msg,
Level  level = Info,
int  errorCode = 0 
)

These have to be in this order.

Todo:
Monitis support?

Definition at line 16 of file Logger.cpp.

Member Data Documentation

◆ lastError

std::string Logger::lastError

Definition at line 22 of file Logger.h.

◆ lastErrorCode

int Logger::lastErrorCode

Definition at line 24 of file Logger.h.

◆ lastLevel

Level Logger::lastLevel

Definition at line 23 of file Logger.h.

◆ logfile

int Logger::logfile
private

Definition at line 8 of file Logger.h.


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