16 lines
333 B
C
16 lines
333 B
C
|
#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
|