elog.hpp
Go to the documentation of this file.
1 
8 #pragma once
9 
10 #include <string>
14 namespace elog {
20  void init(int _argc, const char** _argv);
21 }
22 
void init(int _argc, const char **_argv)
Initialize elog.
basic namespace of the elog library. (it might contain all the elog fuctions without macro) ...
Definition: elog.hpp:14