ILogging.Initialize(String, NameValueCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the logging listener
public:
void Initialize(System::String ^ name, System::Collections::Specialized::NameValueCollection ^ configValue);
public void Initialize (string name, System.Collections.Specialized.NameValueCollection configValue);
abstract member Initialize : string * System.Collections.Specialized.NameValueCollection -> unit
Public Sub Initialize (name As String, configValue As NameValueCollection)
Parameters
- name
- String
Specifies the name of the listener.
- configValue
- NameValueCollection
Specifies the configuration values (parameters) for the listener.