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/common_export.h>
13
namespace
ifm3d
14
{
15
class
IFM3D_COMMON_EXPORT
LogFormatterText
16
{
17
public
:
18
static
std::string format(
const
LogEntry
& entry);
19
};
20
}
21
#endif // IFM3D_COMMON_LOGGING_LOG_FORMATTER_TEXT_H
ifm3d::LogEntry
Definition:
log_entry.h:19
ifm3d::LogFormatterText
Definition:
log_formatter_text.h:15
ifm3d
common
logging
log_formatter_text.h
Generated by
1.8.17