Fast RTPS  Version 2.14.1
Fast RTPS
Loading...
Searching...
No Matches
Log.h
1
2// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima).
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15//
16#ifndef _FASTRTPS_LOG_LOG_H_
17#define _FASTRTPS_LOG_LOG_H_
18
19#include <fastdds/dds/log/Log.hpp>
20
21namespace eprosima {
22namespace fastrtps {
23
24using LogConsumer = fastdds::dds::LogConsumer;
25using Log = fastdds::dds::Log;
26
27} // namespace fastrtps
28} // namespace eprosima
29
30#endif
fastdds::dds::Log Log
Definition Log.h:25
fastdds::dds::LogConsumer LogConsumer
Definition Log.h:24
eProsima namespace.
Definition LibrarySettingsAttributes.h:23