#include <iostream>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/ref.hpp>
#include <toast/log/severity.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | toast |
| namespace | toast::log |
Classes | |
| class | toast::basic_log_handle< CharT > |
| A handle for a logger. More... | |
Typedefs | |
| typedef basic_log_handle< char > | toast::log_handle |
| typedef for most commonly used basic_log_handle | |