LogChannelInfoData Constructor (String, String, LogLevel)

Initializes a new instance of the LogChannelInfoData class.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public LogChannelInfoData(
	string logSection,
	string logName,
	LogLevel logLevel
)

Parameters

logSection
Type: SystemString
The log channel section name.
logName
Type: SystemString
The log channel localized name.
logLevel
Type: Dundas.BILogLevel
The log channels LogLevel.
See Also