![]() |
Scarab
v3.9.4
Project 8 C++ Utility Library
|
#include <logger.hh>
Public Member Functions | |
Location (const char *const fileName="", const char *const functionName="", int lineNumber=-1) | |
Public Attributes | |
int | fLineNumber |
std::string | fFileName |
std::string | fFunctionName |
A simple struct used by the Logger macros to pass information about the filename and line number. Not to be used directly by the user!
|
inline |