IMP
2.1.1
The Integrative Modeling Platform
IMP Mainpage
All IMP Modules
Related Pages
Modules
Namespaces
Classes
Files
Examples
Indexes
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
IMPKERNEL_DEPRECATED_HEADER(2.1,
"Please use IMP/base/log.h instead."
);
17
#ifndef IMP_DOXYGEN
18
using
IMP::base::LogLevel
;
19
using
IMP::base::DEFAULT
;
20
using
IMP::base::SILENT
;
21
using
IMP::base::TERSE
;
22
using
IMP::base::VERBOSE
;
23
using
IMP::base::WARNING
;
24
using
IMP::base::MEMORY
;
25
using
IMP::base::PROGRESS
;
26
using
IMP::base::set_log_level
;
27
using
IMP::base::CreateLogContext
;
28
using
IMP::base::get_log_level
;
29
#endif
30
IMPKERNEL_END_NAMESPACE
31
32
#endif
/* IMPKERNEL_LOG_H */
IMP::base::VERBOSE
Definition:
base/enums.h:34
IMP::base::LogLevel
LogLevel
The log levels supported by IMP.
Definition:
base/enums.h:18
IMP::base::set_log_level
void set_log_level(LogLevel l)
Set the current global log level.
IMP::base::TERSE
Definition:
base/enums.h:30
IMP::base::get_log_level
LogLevel get_log_level()
Get the currently active global log level.
Definition:
base/log.h:93
IMP::base::WARNING
Definition:
base/enums.h:25
log_macros.h
Logging and error reporting support.
IMP::base::MEMORY
Definition:
base/enums.h:36
log.h
Logging and error reporting support.
IMP::base::DEFAULT
Definition:
base/enums.h:21
IMP::base::SILENT
Definition:
base/enums.h:23
IMP::base::PROGRESS
Definition:
base/enums.h:28
IMP::base::CreateLogContext
Create a new log context.
Definition:
base/CreateLogContext.h:48