// Custom includes
#include <map>
-#include <functional>
#include <boost/iterator/transform_iterator.hpp>
#include <senf/Utils/singleton.hh>
#include <senf/Utils/Console/ParsedCommand.hh>
#include <senf/Utils/Console/Variables.hh>
#include <senf/Utils/Console/ScopedDirectory.hh>
-#include <senf/Utils/Exception.hh>
#include <boost/filesystem/path.hpp>
//#include "FileTarget.mpp"
//#include "IOStreamTarget.ih"
// Custom includes
-#include <locale>
-#include <sstream>
#include <boost/algorithm/string/trim.hpp>
#include <boost/tokenizer.hpp>
#define HH_SENF_Utils_Logger_IOStreamTarget_ 1
// Custom includes
-#include <boost/utility.hpp>
-#include <boost/scoped_ptr.hpp>
#include "Target.hh"
#include "LogFormat.hh"
// Custom includes
#include <map>
-#include <functional>
#include <ext/functional>
#include <boost/iterator/transform_iterator.hpp>
-#include "Levels.hh"
#include <senf/Utils/singleton.hh>
//#include "StreamRegistry.mpp"
#define HH_SENF_Utils_Logger_SyslogUDPTarget_ 1
// Custom includes
-#include "SyslogTarget.hh"
+#include <syslog.h>
#include "LogFormat.hh"
+#include "Target.hh"
#include <senf/Socket/Protocols/INet/INetAddressing.hh>
#include <senf/Socket/ClientSocketHandle.hh>
#include <senf/Socket/FramingPolicy.hh>
host should have a syslog daemon or relay running. The protocol is defined in <a
href="http://tools.ietf.org/html/rfc3164">RFC-3164</a>.
- This log target has some important benefits:
+ This %log target has some important benefits:
- \li It will never block. It may however lose log messages.
+ \li It will never block. It may however lose %log messages.
\li It does \e not add timestamp information locally.
These are \e advantages since this makes SyslogUDPTarget a very reliable high-performance
#define HH_SENF_Utils_Logger_Target_ 1
// Custom includes
-#include <set>
#include <vector>
#include <boost/utility.hpp>
-#include <boost/type_traits/is_convertible.hpp>
-#include <senf/Utils/singleton.hh>
-#include <senf/Utils/mpl.hh>
-#include "StreamRegistry.hh"
#include <senf/Utils/Exception.hh>
-#include "TimeSource.hh"
#include <senf/Utils/Console/LazyDirectory.hh>
+#include "TimeSource.hh"
+#include "Levels.hh"
//#include "Target.mpp"
//-/////////////////////////////////////////////////////////////////////////////////////////////////
namespace detail { class TargetRegistry; }
namespace detail { class AreaBase; }
namespace detail { struct LogParameters; }
+ namespace detail { struct StreamBase; }
/** \brief Logging target base class
#define IH_SENF_Utils_Logger_Target_ 1
// Custom includes
+#include <set>
#include <memory>
#include <boost/type_traits/is_same.hpp>
#include <boost/static_assert.hpp>
#include <boost/shared_ptr.hpp>
+#include <senf/Utils/singleton.hh>
+#include <senf/Utils/mpl.hh>
#include <senf/Utils/Console/LazyDirectory.hh>
#include <senf/Utils/Console/Parse.hh>