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
)
Function GetLogLevel (
channel As String
) As LogLevel
LogLevel GetLogLevel(
String^ channel
)
abstract GetLogLevel :
channel : string -> LogLevel
Parameters
- channel
- Type: SystemString
The channel.
Return Value
Type:
LogLevelThe level at which the specified channel is logged.
Exceptions See Also