/** * \file log_internal.h \brief Logging and error reporting support. * * Copyright 2007-2010 IMP Inventors. All rights reserved. * */ #ifndef IMP_INTERNAL_LOG_INTERNAL_H #define IMP_INTERNAL_LOG_INTERNAL_H #include "../kernel_config.h" #include #include #include #include #include IMP_BEGIN_INTERNAL_NAMESPACE IMP_END_INTERNAL_NAMESPACE #endif /* IMP_INTERNAL_LOG_INTERNAL_H */