libmoost
/home/mhx/git/github/libmoost/include/moost/logging/detail/thrift.hpp
Go to the documentation of this file.
00001 /* vim:set ts=3 sw=3 sts=3 et: */
00035 #ifndef MOOST_LOGGING_DETAIL_THRIFT_HPP__
00036 #define MOOST_LOGGING_DETAIL_THRIFT_HPP__
00037 
00038 namespace moost { namespace logging { namespace detail {
00039 
00040 void trace_logger(const char *);
00041 void debug_logger(const char *);
00042 void info_logger(const char *);
00043 void warn_logger(const char *);
00044 void error_logger(const char *);
00045 
00046 }}}
00047 
00048 #endif