#ifndef GS_UTIL_LOG_H #define GS_UTIL_LOG_H /* Copyright (c) 2013-2018 GomSpace A/S. All rights reserved. */ /** @file Log interface. The log interface supports logging to different group. Logging is done through groups (domains), which can runtime be re-configured with level. */ #include #endif