blocxx
|
#include "blocxx/BLOCXX_config.h"
#include "blocxx/LogMessagePatternFormatter.hpp"
#include "blocxx/String.hpp"
#include "blocxx/LogMessage.hpp"
#include "blocxx/StringBuffer.hpp"
#include "blocxx/IntrusiveCountableBase.hpp"
#include "blocxx/Format.hpp"
#include "blocxx/ExceptionIds.hpp"
#include "blocxx/DateTime.hpp"
#include "blocxx/ThreadImpl.hpp"
#include "blocxx/GlobalString.hpp"
#include <vector>
#include <cstdlib>
#include <climits>
#include <errno.h>
Go to the source code of this file.
Classes | |
struct | BLOCXX_NAMESPACE::LogMessagePatternFormatterImpl::Formatting |
class | BLOCXX_NAMESPACE::LogMessagePatternFormatter::Converter |
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Taken from RFC 1321. | |
namespace | BLOCXX_NAMESPACE::LogMessagePatternFormatterImpl |
Macros | |
#define | CDATA_START_DEF "<![CDATA[" |
#define | CDATA_END_DEF "]]>" |
#define | CDATA_PSEUDO_END_DEF "]]>" |
#define CDATA_END_DEF "]]>" |
Definition at line 212 of file LogMessagePatternFormatter.cpp.
#define CDATA_PSEUDO_END_DEF "]]>" |
Definition at line 213 of file LogMessagePatternFormatter.cpp.
#define CDATA_START_DEF "<![CDATA[" |
Definition at line 211 of file LogMessagePatternFormatter.cpp.