swift
Public Types | Static Public Member Functions | List of all members
XSwiftBus::Logger Class Reference

Simple logger class. Don't use it directly, but the _LOG macros instead. More...

Public Types

enum  MsgType { DebugMsg , WarningMsg , ErrorMsg , InfoMsg }
 Message type.
 

Static Public Member Functions

static void print (const std::string &filePath, int line, MsgType type, const std::string &message)
 Print message to X-Plane log.
 

Detailed Description

Simple logger class. Don't use it directly, but the _LOG macros instead.

Definition at line 25 of file utils.h.


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