SENF Extensible Network Framework
Home
Overview
Examples
HowTos
Glossary
Ext
NetEmu
PPI
Packets
Scheduler
Socket
Utils
Console
Daemon
Logger
Termlib
Log.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_Ext_NetEmu_Log_
18
#define HH_SENF_Ext_NetEmu_Log_ 1
19
20
// Custom includes
21
#include <senf/Packets.hh>
22
#include <
senf/Utils/Logger/Log.hh
>
23
24
//#include "Log.mpp"
25
//-/////////////////////////////////////////////////////////////////////////////////////////////////
26
27
namespace
senf
{
28
namespace
emu
{
29
30
SENF_LOG_DEFINE_STREAM
( Log,
senf::log::MESSAGE
,
senf::log::MESSAGE
,
senf::log::NOTICE
);
31
SENF_LOG_DEFAULT_STREAM
( Log );
32
33
}}
34
35
//-/////////////////////////////////////////////////////////////////////////////////////////////////
36
//#include "Log.cci"
37
//#include "Log.ct"
38
//#include "Log.cti"
39
#endif
40
41
42
// Local Variables:
43
// mode: c++
44
// fill-column: 100
45
// comment-column: 40
46
// c-file-style: "senf"
47
// indent-tabs-mode: nil
48
// ispell-local-dictionary: "american"
49
// compile-command: "scons -u test"
50
// End:
senf::emu::SENF_LOG_DEFINE_STREAM
SENF_LOG_DEFINE_STREAM(Log, senf::log::MESSAGE, senf::log::MESSAGE, senf::log::NOTICE)
senf::log::MESSAGE
senf
Definition:
Annotations.hh:27
SENF_LOG_DEFAULT_STREAM
#define SENF_LOG_DEFAULT_STREAM(stream)
senf::log::NOTICE
Log.hh
senf::emu
Definition:
Annotations.hh:28