PLearn 0.1
|
#include <map>
#include <string>
#include <algorithm>
#include <iterator>
#include <plearn/base/stringutils.h>
#include <plearn/io/StringPStreamBuf.h>
#include "pl_log.h"
#include "ServerLogStreamBuf.h"
Go to the source code of this file.
Classes | |
class | PLearn::LogInterceptorPStreamBuf |
This class sends stuff to a PL_LogPluginInterceptor when it's flushed. More... | |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
PStream & | PLearn::plsep (PStream &) |
If the "PL_LOG_MODULE_NAME" variable is defined before pl_log.h is included, then *_MODULE_LOG are defined to provide module-specified logging for that module. | |
PStream & | PLearn::operator<< (PStream &, PL_Log::Heading) |
Actually draw the heading. |
Definition in file pl_log.cc.