Click or drag to resize

LogInitialize Method

Method to initialize static members of the class

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
protected static void Initialize(
	ILogger l
)

Parameters

l
Type: ILogger
ILogger implementation instance
See Also