blocxx
LogMessagePatternFormatter.cpp File Reference
#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   "]]&gt;"
 

Enumerations

enum  BLOCXX_NAMESPACE::LogMessagePatternFormatterImpl::EJustificationFlag { BLOCXX_NAMESPACE::LogMessagePatternFormatterImpl::E_RIGHT_JUSTIFY , BLOCXX_NAMESPACE::LogMessagePatternFormatterImpl::E_LEFT_JUSTIFY }
 

Macro Definition Documentation

◆ CDATA_END_DEF

#define CDATA_END_DEF   "]]>"

Definition at line 212 of file LogMessagePatternFormatter.cpp.

◆ CDATA_PSEUDO_END_DEF

#define CDATA_PSEUDO_END_DEF   "]]&gt;"

Definition at line 213 of file LogMessagePatternFormatter.cpp.

◆ CDATA_START_DEF

#define CDATA_START_DEF   "<![CDATA["

Definition at line 211 of file LogMessagePatternFormatter.cpp.