Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

cpplog.h

Go to the documentation of this file.
00001 #ifndef __CPP_LOG__
00002 #define __CPP_LOG__
00003 
00004 #include <iostream>
00005 
00006 
00007 #define log_err  { std::cerr << __FILE__ << ":" << __LINE__ << ": "
00008 #define log_err_api  { std::cerr << __FILE__ << ":" << __LINE__ << ": "
00009 #define log_warn { std::cerr << __FILE__ << ":" << __LINE__ << ": "
00010 #define log_info { std::cout << __FILE__ << ":" << __LINE__ << ": "
00011 #define log_info_nots { std::cout << __FILE__ << ":" << __LINE__ << ": "
00012 #define endmsg std::endl; }
00013 
00014 
00015 #endif

Generated on Fri Feb 27 12:16:51 2004 for journaline_demo by doxygen1.2.18