IMP  2.1.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 IMPKERNEL_DEPRECATED_HEADER(2.1, "Please use IMP/base/log.h instead.");
17 #ifndef IMP_DOXYGEN
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;
29 #endif
30 IMPKERNEL_END_NAMESPACE
31 
32 #endif /* IMPKERNEL_LOG_H */
LogLevel
The log levels supported by IMP.
Definition: base/enums.h:18
void set_log_level(LogLevel l)
Set the current global log level.
LogLevel get_log_level()
Get the currently active global log level.
Definition: base/log.h:93
Logging and error reporting support.
Logging and error reporting support.
Create a new log context.