Examples |
00001 // 00002 // logger.hpp 00003 // ~~~~~~~~~~ 00004 // 00005 // Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com) 00006 // 00007 // Distributed under the Boost Software License, Version 1.0. (See accompanying 00008 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00009 // 00010 00011 #ifndef SERVICES_LOGGER_HPP 00012 #define SERVICES_LOGGER_HPP 00013 00014 #include "basic_logger.hpp" 00015 #include "logger_service.hpp" 00016 00017 namespace services { 00018 00020 typedef basic_logger<logger_service> logger; 00021 00022 } // namespace services 00023 00024 #endif // SERVICES_LOGGER_HPP