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 (24.3.0.1000)
Syntax
LogLevel GetLogLevel(
	string channel
)

Parameters

channel
Type: SystemString
The channel.

Return Value

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