Config.h File Reference
#include "format/Format.h"
#include "log/Formats.h"
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

#define dump_logformat (   E,
  N,
  D 
)    (D).dumpFormats((E),(N))

Definition at line 64 of file Config.h.

◆ free_logformat

#define free_logformat (   X)    do{ delete (*X).logformats; (*X).logformats=NULL; }while(false)

Definition at line 63 of file Config.h.

◆ parse_logformat

#define parse_logformat (   X)    (X)->parseFormats()

Definition at line 62 of file Config.h.

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors