dxFeed .Net API 7.3.0
- [DXFC-219] Fixed a bug with broken parsing of negative values
- [DXFC-202] Added the ability to filter log messages by level
Thelogger.level
config property was added. This property describes a minimum logging level.
Possible values: "error", "warn", "info", "debug", "trace". Default value = "info"
An example of limiting the output of logs:See the config file sample: SampleNativeTools.LoadConfigFromString("logger.level = \"error\"\n");