eive-obsw/gomspace/libutil/include/gs/util/log.h

16 lines
333 B
C
Raw Normal View History

2020-11-19 18:24:03 +01:00
#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 <gs/util/log/log.h>
#endif