preCICE v3.1.2
|
Struct used to capture the original location of a log request. More...
#include <Logger.hpp>
Public Attributes | |
const char * | file |
int | line |
const char * | func |
Struct used to capture the original location of a log request.
Definition at line 9 of file Logger.hpp.
const char* precice::logging::LogLocation::file |
Definition at line 10 of file Logger.hpp.
const char* precice::logging::LogLocation::func |
Definition at line 12 of file Logger.hpp.
int precice::logging::LogLocation::line |
Definition at line 11 of file Logger.hpp.