Boost C++ Libraries Home Libraries People FAQ More

Home | Reference | Tutorial | Examples | Design

services/logger.hpp

Go to the documentation of this file.
00001 #ifndef SERVICES_LOGGER_HPP
00002 #define SERVICES_LOGGER_HPP
00003 
00004 #include "basic_logger.hpp"
00005 #include "logger_service.hpp"
00006 
00007 namespace services {
00008 
00010 typedef basic_logger<logger_service> logger;
00011 
00012 } // namespace services
00013 
00014 #endif // SERVICES_LOGGER_HPP
Copyright © 2003 - 2006 Christopher M. Kohlhoff

Home | Reference | Tutorial | Examples | Design