herald
2.0.0
herald
include
herald
data
stdout_logging_sink.h
1
// Copyright 2020-2021 Herald Project Contributors
2
// SPDX-License-Identifier: Apache-2.0
3
//
4
5
#ifndef HERALD_STDOUT_LOGGING_SINK
6
#define HERALD_STDOUT_LOGGING_SINK
7
8
#include "herald/data/sensor_logger.h"
9
10
namespace
herald::data {
11
12
struct
StdOutLoggingSink
{
13
StdOutLoggingSink
();
14
~
StdOutLoggingSink
();
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::StdOutLoggingSink
Definition:
stdout_logging_sink.h:12
Generated by
1.9.1