Skip to content

dxFeed .Net API 7.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 20:09
· 78 commits to master since this release
  • [DXFC-219] Fixed a bug with broken parsing of negative values
  • [DXFC-202] Added the ability to filter log messages by level
    The logger.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:
    NativeTools.LoadConfigFromString("logger.level = \"error\"\n");
    See the config file sample: Sample