summaryrefslogtreecommitdiff
path: root/libcult/cult/trace/log.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'libcult/cult/trace/log.ixx')
-rw-r--r--libcult/cult/trace/log.ixx20
1 files changed, 0 insertions, 20 deletions
diff --git a/libcult/cult/trace/log.ixx b/libcult/cult/trace/log.ixx
deleted file mode 100644
index fbc23d9..0000000
--- a/libcult/cult/trace/log.ixx
+++ /dev/null
@@ -1,20 +0,0 @@
-// file : cult/trace/log.ixx
-// author : Boris Kolpackov <boris@kolpackov.net>
-// copyright : Copyright (c) 2005-2010 Boris Kolpackov
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-namespace Cult
-{
- namespace Trace
- {
- inline
- Log& Log::
- operator<< (Record const& r)
- {
- if (r.level () <= level_)
- log_impl (r);
-
- return *this;
- }
- }
-}