summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Base/Log.cpp')
-rw-r--r--Swiften/Base/Log.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/Swiften/Base/Log.cpp b/Swiften/Base/Log.cpp
new file mode 100644
index 0000000..2041013
--- /dev/null
+++ b/Swiften/Base/Log.cpp
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2010 Remko Tronçon
+ * Licensed under the GNU General Public License v3.
+ * See Documentation/Licenses/GPLv3.txt for more information.
+ */
+
+#include "Swiften/Base/Log.h"
+
+namespace Swift {
+
+bool logging = false;
+
+}