LogChannelInfoData Constructor (String, String, LogLevel) |
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic LogChannelInfoData(
string logSection,
string logName,
LogLevel logLevel
)
Public Sub New (
logSection As String,
logName As String,
logLevel As LogLevel
)
public:
LogChannelInfoData(
String^ logSection,
String^ logName,
LogLevel logLevel
)
new :
logSection : string *
logName : string *
logLevel : LogLevel -> LogChannelInfoDataParameters
- 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