File: log_stdouterr_wrong_property_name_profile_invalid.xml

package info (click to toggle)
fastdds 3.1.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 58,132 kB
  • sloc: cpp: 779,516; xml: 15,119; python: 4,356; sh: 190; makefile: 93; ansic: 12
file content (13 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" ?>
<dds xmlns="http://www.eprosima.com" >
    <log>
        <use_default>FALSE</use_default>
        <consumer>
            <class>StdoutErrConsumer</class>
            <property>
                <name>wrong_property_name</name>
                <value>Log::Kind::Error</value>
            </property>
        </consumer>
    </log>
</dds>