ILoggingServiceGetLogLevel Method |
Gets the effective level at which the specified channel is logged.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxLogLevel GetLogLevel(
string channel
)
Function GetLogLevel (
channel As String
) As LogLevel
LogLevel GetLogLevel(
String^ channel
)
abstract GetLogLevel :
channel : string -> LogLevel Parameters
- channel String
- The channel.
Return Value
LogLevelThe level at which the specified channel is logged.
Exceptions
See Also