ILoggingServiceGetLogLevel Method

Gets the effective level at which the specified channel is logged.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
LogLevel GetLogLevel(
	string channel
)

Parameters

channel  String
The channel.

Return Value

LogLevel
The level at which the specified channel is logged.
Exceptions
ExceptionCondition
ArgumentExceptionchannel is or empty.
See Also