|
swift
|
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. | |
Simple logger class. Don't use it directly, but the _LOG macros instead.