ZGen  0.2.0
a linearization system for natural language.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
logging.h
Go to the documentation of this file.
1 #ifndef __ZGEN_UTILS_LOGGING_H__
2 #define __ZGEN_UTILS_LOGGING_H__
3 
4 namespace ZGen {
5 
6 namespace Utility {
7 
8 void init_boost_logging(bool verbose);
9 
10 } // end for namespace Utils
11 
12 } // end for namespace ZGen
13 
14 #endif // end for __ZGEN_UTILS_LOGGING_H__
void init_boost_logging(bool verbose)
Definition: logging.cc:15