SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
Logger.cc File Reference
#include "swcdb/core/Error.h"
#include "swcdb/core/Logger.h"
#include <stdarg.h>
+ Include dependency graph for Logger.cc:

Go to the source code of this file.

Namespaces

 SWC
 The SWC-DB C++ namespace 'SWC'.
 
 SWC::Core
 The SWC-DB Core Components C++ namespace 'SWC::Core'.
 

Macros

#define SWC_MKDIR(_path, _perms)   ::mkdir(_path, _perms)
 

Macro Definition Documentation

◆ SWC_MKDIR

#define SWC_MKDIR (   _path,
  _perms 
)    ::mkdir(_path, _perms)

Definition at line 113 of file Logger.cc.