summaryrefslogtreecommitdiff
path: root/include/logger/FileLogSink.hpp
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-06 10:25:57 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-06 10:25:57 +0200
commitf5c586f7231f7e033c5528bcefea357e4e64441c (patch)
tree4d039e54c77bdb84a1cb79b56db7b62bccdd43d8 /include/logger/FileLogSink.hpp
parenta29c464aa72d46cc956ac2752a2518526c499716 (diff)
downloadcrawler-f5c586f7231f7e033c5528bcefea357e4e64441c.tar.gz
crawler-f5c586f7231f7e033c5528bcefea357e4e64441c.tar.bz2
first properly working logger on Windows (singleton dll issue)
Diffstat (limited to 'include/logger/FileLogSink.hpp')
-rwxr-xr-xinclude/logger/FileLogSink.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/logger/FileLogSink.hpp b/include/logger/FileLogSink.hpp
index d8b1381..0acb6b9 100755
--- a/include/logger/FileLogSink.hpp
+++ b/include/logger/FileLogSink.hpp
@@ -13,7 +13,7 @@ class FileLogSink : public LogSink
~FileLogSink( );
- DLL_EXPORT virtual void log( const LogLevel level, const std::string &msg );
+ DLL_VISIBLE virtual void log( const LogLevel level, const std::string &msg );
private:
std::string m_filename;