Parameters.hh
Go to the documentation of this file.
1 //
2 // Copyright (c) 2020 Fraunhofer Institute for Applied Information Technology (FIT)
3 // Network Research Group (NET)
4 // Schloss Birlinghoven, 53754 Sankt Augustin, GERMANY
5 // Contact: support@wiback.org
6 //
7 // This file is part of the SENF code tree.
8 // It is licensed under the 3-clause BSD License (aka New BSD License).
9 // See LICENSE.txt in the top level directory for details or visit
10 // https://opensource.org/licenses/BSD-3-Clause
11 //
12 
13 
17 #ifndef HH_SENF_Utils_Logger_Parameters_
18 #define HH_SENF_Utils_Logger_Parameters_ 1
19 
20 // Custom includes
21 
22 //#include "Parameters.mpp"
23 #include "Parameters.ih"
24 //-/////////////////////////////////////////////////////////////////////////////////////////////////
25 
27 //\{
29 //\{
30 
34 #define SENF_LOG_DEFAULT_STREAM(stream) typedef stream SENFLogDefaultStream
35 
39 #define SENF_LOG_DEFAULT_AREA(area) typedef area SENFLogDefaultArea
40 
44 #define SENF_LOG_DEFAULT_LEVEL(level) typedef level SENFLogDefaultLevel
45 
46 //\}
47 //\}
48 
49 //-/////////////////////////////////////////////////////////////////////////////////////////////////
50 //#include "Parameters.cci"
51 //#include "Parameters.ct"
52 //#include "Parameters.cti"
53 #endif
54 
55 
56 // Local Variables:
57 // mode: c++
58 // fill-column: 100
59 // comment-column: 40
60 // c-file-style: "senf"
61 // indent-tabs-mode: nil
62 // ispell-local-dictionary: "american"
63 // compile-command: "scons -u test"
64 // End: