Name | Description | |
---|---|---|
ConfigurationLogic Constructor |
The following tables list the members exposed by ConfigurationLogic.
Name | Description | |
---|---|---|
ConfigurationLogic Constructor |
Name | Description | |
---|---|---|
DeserializeFromXml<T> | Deserialize an XML File into an object | |
DeserializeFromXmlString<T> | Deserialize an object from an XML String | |
LoadBasedOnWebVsDesktop | Load the configuration based on how the application is being run. If in a WinForm or WPF application the defaults will be FileTarget and ConsoleTarget If in a Web Service there is not default target If in a ASP.NET the default will be ResponseWriteTarget | |
LoadConfigFromAppConfig | Load the configuration from the app config | |
LoadConfiguration | Load from Log.Config if it exists, else load from web.config or app.config, else create setup default targets based on ASP.NET or WinForms or WPF | |
LoadFromConfigFile | Load the configuration from the external config file name: Log.Config | |
SerializeToXml<T> | Serialize an object into XML and save to a file | |
SerializeToXmlString<T> | Serialize a class to an XML String |