C API Changelog

  • Improved the SnapshotConsoleSample
    • the date (-t) parameter was added. Format: DD-MM-YYYY, default value: current date and time.
      Previously, without this parameter, the time was set equal to 0 (01-01-1970)!
    • the cross platform synchronization primitives were added
  • Fixed a bug with broken parsing of negative values
  • 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:
    dxf_load_config_from_wstring(L"logger.level = \"error\"\n");

See the config file sample: Sample

.NET API Changelog

  • Fixed a bug with broken parsing of negative values
  • 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

Please refer to dxFeed Help Desk if you have any questions or concerns.