question

Upvotes
Accepted
7 3 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.

1 Answer

· Write an Answer
Upvotes
Accepted
78.1k 246 52 72

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.