remove \r
[extl.git] / extl / log / log.h
blob5b1de14f2e5052a6520b121e9be8caae5843567d
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: log.h
4 * Created: 08.07.29
5 * Updated: 08.07.29
7 * Brief: The log library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
12 #ifndef EXTL_LOG_H
13 #define EXTL_LOG_H
15 /*!\file log.h
16 * \brief The log library
17 * \defgroup extl_group_log
20 /* ///////////////////////////////////////////////////////////////////////
21 * Includes
23 #include "log_base.h"
24 #include "file_log.h"
25 #include "console_log.h"
26 #include "trace.h"
28 /* //////////////////////////////////////////////////////////////////// */
29 #endif /* EXTL_LOG_H */
30 /* //////////////////////////////////////////////////////////////////// */