Property FlushToDatabaseAfterUpsert
- Namespace
- Skyline.DataMiner.Net.LogHelpers
- Assembly
- SLNetTypes.dll
FlushToDatabaseAfterUpsert
Gets a value indicating whether LogEntries are flushed to database after upserting.
bool FlushToDatabaseAfterUpsert { get; }
Property Value
- bool
If set to true (default), the logger will wait for the database to respond after writing log entries to the database. If set to false, the LogHelper will not wait for the database to respond after writing log entries to the database.
Remarks
note
If you set this option to false, there are no guarantees that all log entries will get stored in the database, especially in case of e.g.connection issues or exceptions.
Feature introduced in DataMiner 10.2.0 (RN 28837).