|
pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
|
Shared declarations for all pftool menu commands. More...
#include "pflib/ECON.h"#include "pflib/Target.h"#include "pflib/menu/Menu.h"Go to the source code of this file.
Classes | |
| class | pftool |
| The type of menu we are constructing. More... | |
| class | pftool::State |
| static variables to share across menu More... | |
Macros | |
| #define | ENABLE_LOGGING() |
| @macro ENABLE_LOGGING Enable logging using the file name as the channel name | |
Functions | |
| ::pflib::logging::logger | get_by_file (const std::string &filepath) |
| get a logger using the file name as the channel name | |
Shared declarations for all pftool menu commands.
| #define ENABLE_LOGGING | ( | ) |
@macro ENABLE_LOGGING Enable logging using the file name as the channel name
| ::pflib::logging::logger get_by_file | ( | const std::string & | filepath | ) |
get a logger using the file name as the channel name
the filename's extension is removed and the file path that is shared with the directory of this file is replaced by 'pftool'.