#include <slogcxx.h>
Public Member Functions | |
Where (UNUSED const std::string &_file, UNUSED const int &_lineno, UNUSED const std::string &_function) | |
std::string const & | getFile () const |
int const & | getLineno () const |
std::string const & | getFunction () const |
Where (const std::string &_file, const int _lineno, const std::string &_function) | |
Basic constructor that takes __FILE__,__LINE__ and __FUNCTION__. | |
std::string const & | getFile () const |
int const & | getLineno () const |
std::string const & | getFunction () const |
Private Attributes | |
std::string | file |
The results of __FILE__. | |
int | lineno |
The results of __LINE__. | |
std::string | function |
The results of __FUNCTION__. |
Pretty darn simple object. Should it have a method to generate xml and non-xml versions?