Packets: extended description of bad_cast exception in Packet.as()
[senf.git] / senf / Utils / Logger / SyslogTarget.hh
index 03032b1..2d2c92a 100644 (file)
@@ -42,7 +42,7 @@ namespace log {
 
     /** \brief Log target writing to the syslog
 
-        The SyslogTarget will send all log messages to the syslog at the given facility.
+        The SyslogTarget will send all %log messages to the syslog at the given facility.
 
         \code
         senf::log::SyslogTarget syslog;
@@ -122,7 +122,7 @@ namespace log {
     private:
         struct RegisterConsole {
             RegisterConsole();
-            static boost::shared_ptr<senf::console::DirectoryNode> create(
+            static boost::shared_ptr<console::DirectoryNode> create(
                 LogFacility facility);
             static RegisterConsole instance;
         };