forked from Fuzzier/nsfx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog.h
49 lines (34 loc) · 1.15 KB
/
log.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/**
* @file
*
* @brief Logging support for network simulation Frameworks.
*
* @version 1.0
* @author Wei Tang <[email protected]>
* @date 2018-05-20
*
* @copyright Copyright (c) 2018.
* National Key Laboratory of Science and Technology on Communications,
* University of Electronic Science and Technology of China.
* All rights reserved.
*/
#ifndef LOG_H__6E655F82_08BD_4CD4_A3CA_BB109465DFA4
#define LOG_H__6E655F82_08BD_4CD4_A3CA_BB109465DFA4
#include <nsfx/log/config.h>
#include <nsfx/log/exception.h>
#include <nsfx/log/log-value.h>
#include <nsfx/log/make-log-value.h>
#include <nsfx/log/log-value-traits.h>
#include <nsfx/log/log-record.h>
#include <nsfx/log/i-log-filter.h>
#include <nsfx/log/create-log-filter.h>
#include <nsfx/log/i-log.h>
#include <nsfx/log/logger.h>
#include <nsfx/log/i-log-formatter.h>
#include <nsfx/log/create-log-formatter.h>
#include <nsfx/log/i-log-stream-sink.h>
#include <nsfx/log/log-stream-sink.h>
#include <nsfx/log/log-severity.h>
#include <nsfx/log/std-log-value-traits.h>
#include <nsfx/log/log-tool.h>
#endif // LOG_H__6E655F82_08BD_4CD4_A3CA_BB109465DFA4