logging.h

Go to the documentation of this file.
00001 #ifndef __logging_h__
00002 #define __logging_h__
00003 
00004 #include "common/logging_c.h"
00005 
00006 // Qt headers conflict with Lua internal definitions.
00007 #if defined(__cplusplus) && defined(QT_CORE_LIB) && !defined(LUA_CORE)
00008 #include "common/logging_qt.hpp"
00009 #endif
00010 
00011 #endif /* __logging_h__ */
00012 
00013 /**
00014 
00015 logging.h
00016 
00017 Copyright 2009 Helsinki Institute for Information Technology (HIIT)
00018 and the authors. All rights reserved.
00019 
00020 Authors: Tero Hasu <tero.hasu@hut.fi>
00021 
00022 Permission is hereby granted, free of charge, to any person
00023 obtaining a copy of this software and associated documentation files
00024 (the "Software"), to deal in the Software without restriction,
00025 including without limitation the rights to use, copy, modify, merge,
00026 publish, distribute, sublicense, and/or sell copies of the Software,
00027 and to permit persons to whom the Software is furnished to do so,
00028 subject to the following conditions:
00029 
00030 The above copyright notice and this permission notice shall be
00031 included in all copies or substantial portions of the Software.
00032 
00033 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
00034 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
00035 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
00036 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
00037 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
00038 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
00039 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
00040 SOFTWARE.
00041 
00042  **/

ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:54 2011 by Doxygen 1.6.1