ILoggingServiceGetLogChannels Method |
Gets the registered log channels.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IDictionary<string, string> GetLogChannels()
Function GetLogChannels As IDictionary(Of String, String)
IDictionary<String^, String^>^ GetLogChannels()
abstract GetLogChannels : unit -> IDictionary<string, string>
Return Value
Type:
IDictionaryString,
StringA dictionary (keyed by channel name) containing the display names of all registered channels (localized to the culture of the caller).
Remarks
This method is provided in order to facilitate the dynamic generation of a UI for managing the
LoggingMessageFilter configuration setting.
See Also