E-MailRelay
|
#include "gdef.h"
#include "glogstream.h"
#include "gprocess.h"
#include "gpath.h"
#include "glimits.h"
#include "gomembuf.h"
#include "gexception.h"
#include "gstringview.h"
#include <string>
#include <vector>
#include <fstream>
#include <ctime>
#include <array>
#include <utility>
Go to the source code of this file.
Classes | |
class | G::LogOutput |
Controls and implements low-level logging output, as used by G::Log. More... | |
struct | G::LogOutput::Config |
A configuration structure for G::LogOutput. More... | |
struct | G::LogOutput::Instance |
A set of convenience functions for calling LogOutput methods on LogOutput::instance(). More... | |
Namespaces | |
namespace | G |
Low-level classes. | |
#define G_LOG_THREAD_LOCAL |
Definition at line 40 of file glogoutput.h.