herald
2.0.0
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
u
v
~
Functions
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
u
v
~
Variables
Related Functions
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
herald
include
herald
data
devnull_logging_sink.h
1
// Copyright 2020-2021 Herald Project Contributors
2
// SPDX-License-Identifier: Apache-2.0
3
//
4
5
#ifndef HERALD_DEVNULL_LOGGING_SINK
6
#define HERALD_DEVNULL_LOGGING_SINK
7
8
#include "herald/data/sensor_logger.h"
9
10
namespace
herald::data {
11
12
struct
DevNullLoggingSink
{
13
DevNullLoggingSink
();
14
~
DevNullLoggingSink
();
15
16
void
log(
const
std::string& subsystem,
const
std::string& category, SensorLoggerLevel level, std::string message);
17
};
18
19
}
20
21
#endif
herald::data::DevNullLoggingSink
Definition:
devnull_logging_sink.h:12
Generated by
1.9.1