#include <stdarg.h>
#include <iostream>
#include "assa/Connector.h"
#include "assa/INETAddress.h"
#include "assa/IPv4Socket.h"
#include "assa/FileLogger.h"
#include "assa/StdOutLogger.h"
#include "assa/RemoteLogger.h"
#include "assa/AutoPtr.h"
#include "assa/Logger.h"
Include dependency graph for Logger.cpp:
Go to the source code of this file.
Functions | |
ASSA_DECL_SINGLETON (Logger) | |
Variables | |
static const int | TMPBUF_SZ = 4096 |
|
|
|
Definition at line 33 of file Logger.cpp. Referenced by ASSA::Logger::log_msg(). |