Scarab  v3.2.1
Project 8 C++ Utility Library
Classes | Namespaces | Macros | Functions
logger.cc File Reference
#include <algorithm>
#include <cstring>
#include <iomanip>
#include <iterator>
#include <mutex>
#include <set>
#include <time.h>
#include <thread>
#include "logger.hh"
Include dependency graph for logger.cc:

Go to the source code of this file.

Classes

struct  logger::Private
 

Namespaces

 scarab
 

Macros

#define SCARAB_API_EXPORTS
 

Functions

const string & EndColor ()
 
const string & FatalColor ()
 
const string & ErrorColor ()
 
const string & WarnColor ()
 
const string & InfoColor ()
 
const string & ProgColor ()
 
const string & DebugColor ()
 
const string & TraceColor ()
 
const string & OtherColor ()
 

Macro Definition Documentation

◆ SCARAB_API_EXPORTS

#define SCARAB_API_EXPORTS

Definition at line 9 of file logger.cc.