Click or drag to resize

SystemBootUtilitySkipLogInitializationIfAlreadyConfigured Property

If true, the logging API will not be re-initialized if the log has already been configured and initialized once. This is mainly to avoid that the logging is re-initialized when the RoPE RemoteAPI is triggered.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool SkipLogInitializationIfAlreadyConfigured { get; set; }

Property Value

Type: Boolean
See Also