IMP  2.0.1
The Integrative Modeling Platform
kernel/log.h
Go to the documentation of this file.
1 /**
2  * \file IMP/kernel/log.h \brief For backwards compatibility.
3  *
4  * Copyright 2007-2013 IMP Inventors. All rights reserved.
5  *
6  */
7 
8 #ifndef IMPKERNEL_LOG_H
9 #define IMPKERNEL_LOG_H
10 
11 #include <IMP/kernel/kernel_config.h>
12 #include <IMP/base/log.h>
13 #include <IMP/base/log_macros.h>
14 
15 IMPKERNEL_BEGIN_NAMESPACE
16 #ifndef IMP_DOXYGEN
18 using IMP::base::DEFAULT;
19 using IMP::base::SILENT;
20 using IMP::base::TERSE;
21 using IMP::base::VERBOSE;
22 using IMP::base::WARNING;
23 using IMP::base::MEMORY;
28 #endif
29 IMPKERNEL_END_NAMESPACE
30 
31 #endif /* IMPKERNEL_LOG_H */