Config.h File Reference
Include dependency graph for Config.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Log::LogConfig |
Namespaces | |
namespace | Log |
Macros | |
#define | parse_logformat(X) (X)->parseFormats() |
#define | free_logformat(X) do{ delete (*X).logformats; (*X).logformats=NULL; }while(false) |
#define | dump_logformat(E, N, D) (D).dumpFormats((E),(N)) |
Variables | |
LogConfig | Log::TheConfig |
Macro Definition Documentation
◆ dump_logformat
◆ free_logformat
#define free_logformat | ( | X | ) | do{ delete (*X).logformats; (*X).logformats=NULL; }while(false) |