question

Upvotes
Accepted
7 4 4 6

i m getting emalog file when run program of Ema C++ and i want to disable it. how to do it?

disable emalog.

elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-apierror
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@nishikarale

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

Please try the following EMA C++ configurations (Emaconfig.xml).

<Logger>
	<Name value="Logger_1"/>	
	<LoggerType value="LoggerType::Stdout"/>	
	<LoggerSeverity value="LoggerSeverity::NoLogMsg"/>
</Logger>

Then, set the consumer to use this logger (Logger_1).

<Consumer>
	<Name value="Consumer_1"/>
	<Channel value="Channel_1"/>
	<Logger value="Logger_1"/>
...
</Consumer>
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.