distributedlogger

5 posts / 0 new
Last post
Jacob Henry's picture
Offline
Last seen: 6 months 4 weeks ago
Joined: 10/17/2017
Posts: 6
Distributed Logger Application Based File Logging

Language: Java

RTI Version: 5.3.1.22

 

Hi,

I am launching 3 routing service instances via the RTIRoutingService.bat files which launch rtiroutingservice.exe programs.

Due to the inability to configure the routing service to log directly to a file I am forced to use the RTI Distributed Logger to receive log messages.

Organization:
3 posts / 0 new
Last post
Offline
Last seen: 6 years 6 months ago
Joined: 08/18/2017
Posts: 2
How to access distributed logger's command request datareader

Hi,

I'm having trouble accessing the distributed logger's command_request datareader. I'm using the traditional C++ API and running on linux.

We created a participant and attached our instance of the distributed logger to it.

dlOptions.setDomainParticipant(loggerParticipant);
RTI_DLDistLogger::setOptions(dlOptions);
dlLogger = RTI_DLDistLogger::getInstance();

Then we tried to access the datareader by setting a subscriber_name.name in the qos profile and looking it up from the participant but we kept getting NULL.

2 posts / 0 new
Last post
Offline
Last seen: 8 years 1 week ago
Joined: 03/15/2016
Posts: 1
Creating a Distributed Logger with custom QoS

I am attempting to create a distributed logger using a custom QoS. I have created the following XML file:

 


 

<dds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:noNamespaceSchemaLocation="http://community.rti.com/schema/5.2.0/rti_dds_qos_profiles.xsd" version="5.2.0">

<!-- Qos Library -->

Subscribe to RSS - distributedlogger