url
attribute of the engine.url
attribute declares the jar file of the perfo loggerscenario
attribute declares the file to use to serialize the recordautoStart
attribute is an optional attribute specifying if the record must begin as soon as the framework starts<files> <file url="applications.xml" /> <file url="services.xml" /> <file url="types.xml" /> <eventLogger url="perfoLogger.jar" scenario="logged.xml" autoStart="true"/> </files>
scenario
attribute specifies the file which will be serialized during the logging. The schema of the file is logger.xsd.<logger date="20230302" startTimeStamp="1677774050172"> <invoke id="1" time="7205"> <service name="published" /> <fromModule application="publishAppli" module="PublishModule" /> </invoke> <notify refId="1" time="7206"> <service name="published" /> <fromModule application="publishAppli" module="PublishModule" /> <toModule application="eventAppli" module="EventModule" /> </notify> <invoke id="2" time="7410"> <service name="published" /> <fromModule application="publishAppli" module="PublishModule" /> </invoke> ... </logger>
Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence