Nymph
v1.5.2
Flow-Based Data Processing Framework
|
#include <KTLogger.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!
Definition at line 133 of file KTLogger.hh.
|
inline |
Definition at line 134 of file KTLogger.hh.
std::string fFileName |
Definition at line 138 of file KTLogger.hh.
std::string fFunctionName |
Definition at line 139 of file KTLogger.hh.
int fLineNumber |
Definition at line 137 of file KTLogger.hh.