IMP
2.0.1
The Integrative Modeling Platform
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
17
using
IMP::base::LogLevel
;
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
;
24
using
IMP::base::PROGRESS
;
25
using
IMP::base::set_log_level
;
26
using
IMP::base::CreateLogContext
;
27
using
IMP::base::get_log_level
;
28
#endif
29
IMPKERNEL_END_NAMESPACE
30
31
#endif
/* IMPKERNEL_LOG_H */