Click or drag to resize

SystemLogEntry Constructor (String, String, String)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public SystemLogEntry(
	string source,
	string description,
	string extraInfo = null
)

Parameters

source
Type: SystemString
description
Type: SystemString
extraInfo (Optional)
Type: SystemString
See Also