ifm3d
log_formatter_text.h
1
// -*- c++ -*-
2
/*
3
* Copyright 2023-present ifm electronic, gmbh
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef IFM3D_COMMON_LOGGING_LOG_FORMATTER_TEXT_H
8
#define IFM3D_COMMON_LOGGING_LOG_FORMATTER_TEXT_H
9
10
#include <cstring>
11
#include <ifm3d/common/logging/log_entry.h>
12
#include <ifm3d/common/module_common.h>
13
14
namespace
ifm3d
15
{
16
class
IFM3D_EXPORT
LogFormatterText
17
{
18
public
:
19
static
std::string format(
const
LogEntry
& entry);
20
};
21
}
22
#endif // IFM3D_COMMON_LOGGING_LOG_FORMATTER_TEXT_H
ifm3d::LogEntry
Definition:
log_entry.h:19
ifm3d::LogFormatterText
Definition:
log_formatter_text.h:16
ifm3d
common
logging
log_formatter_text.h
Generated by
1.8.17