libmoost
/home/mhx/git/github/libmoost/src/logging/global_scoped_logger.cpp
Go to the documentation of this file.
00001 /* vim:set ts=3 sw=3 sts=3 et: */
00028 #include "../../include/moost/logging/global_scoped_logger.h"
00029 
00030 namespace moost { namespace logging {
00031 
00032    global_scoped_logger_t pgScopedLogging;
00033 
00034 }}