diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-23 14:03:07 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-23 14:03:07 +0000 |
| commit | efebf20348daca798c22cbac770d47e9151f941f (patch) | |
| tree | 05c1a4148047d89271b2566c8924d872ad023938 /NT/src/rotor.h | |
| parent | a897d2e0ba7744c818eed46441347cfb4f384613 (diff) | |
NT logging structure
Diffstat (limited to 'NT/src/rotor.h')
| -rw-r--r-- | NT/src/rotor.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/NT/src/rotor.h b/NT/src/rotor.h index 68473af..5023a95 100644 --- a/NT/src/rotor.h +++ b/NT/src/rotor.h @@ -20,6 +20,28 @@ NB when plugging in to framework - convert all cerr messages to logged #include <json/json.h> #include <typeinfo> +#include "Poco/Logger.h" +#include "Poco/Channel.h" +#include "Poco/SplitterChannel.h" +#include "Poco/ConsoleChannel.h" +#include "Poco/FormattingChannel.h" +#include "Poco/FileChannel.h" +#include "Poco/Message.h" +#include "Poco/Formatter.h" +#include "Poco/PatternFormatter.h" +#include "Poco/AutoPtr.h" + +using Poco::Logger; +using Poco::Channel; +using Poco::SplitterChannel; +using Poco::ConsoleChannel; +using Poco::FormattingChannel; +using Poco::Formatter; +using Poco::PatternFormatter; +using Poco::FileChannel; +using Poco::Message; +using Poco::AutoPtr; + template <typename T> struct TypeName { |
