ThinkGeo.MapSuite.GisEditor.LoggerPluginManager
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
<!– Class –>
This is the manager of logging system.
Inheritance Hierarchy
Members Summary
Public Constructors
| Name | Parameters | DeclaringType | Summary |
LoggerPluginManager | | | Initialize an instance of LoggerManager. |
Protected Constructors
| Name | Parameters | DeclaringType | Summary |
Public Methods
Protected Methods
Public Properties
| Name | Return | DeclaringType | Summary |
Protected Properties
| Name | Return | DeclaringType | Summary |
Public Events
Public Constructors
LoggerPluginManager()
Initialize an instance of LoggerManager.
Parameters
Protected Constructors
Public Methods
ApplySettings(StorableSettings)
Applies the settings to this manager.
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| settings | StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> | The settings to be applied to this manager. |
<!– ThinkGeo.MapSuite.GisEditor.Manager –>
Go Back
Equals(Object)
Return Value
| Return Type | Description |
| Boolean<!– System.Boolean –> | |
Parameters
| Name | Type | Description |
| obj | Object<!– System.Object –> | |
<!– System.Object –>
Go Back
GetActiveLoggerPlugins()
Return Value
| Return Type | Description |
| Collection<T><!– Collection{T} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
GetActiveLoggerPlugins()
Return Value
| Return Type | Description |
| Collection<LoggerPlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.LoggerPlugin} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
GetHashCode()
Return Value
| Return Type | Description |
| Int32<!– System.Int32 –> | |
Parameters
GetLoggerMessages(DateTime, DateTime)
Gets the logger messages.
Return Value
| Return Type | Description |
| Collection<LoggerMessage><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.LoggerMessage} –> | |
Parameters
| Name | Type | Description |
| from | DateTime<!– System.DateTime –> | From. |
| to | DateTime<!– System.DateTime –> | To. |
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
GetLoggerMessages()
Gets the logger messages.
Return Value
| Return Type | Description |
| Collection<LoggerMessage><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.LoggerMessage} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
GetLoggerPlugins()
Return Value
| Return Type | Description |
| Collection<LoggerPlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.LoggerPlugin} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
GetPlugins()
Gets the related plugins.
Return Value
| Return Type | Description |
| Collection<Plugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.Plugin} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.PluginManager –>
Go Back
GetSettings()
Gets manager settings to save.
Return Value
| Return Type | Description |
| StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> | Manager's settings to save |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.Manager –>
Go Back
GetSettingsUI()
Gets an UI that configures settings.
Return Value
| Return Type | Description |
| SettingUserControl<!– ThinkGeo.MapSuite.GisEditor.SettingUserControl –> | A SettingUserControl that configures settings. |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.Manager –>
Go Back
GetType()
Return Value
| Return Type | Description |
| Type<!– System.Type –> | |
Parameters
Log(LoggerLevel, String, ExceptionInfo)
Logs the specified logger level.
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| loggerLevel | LoggerLevel<!– ThinkGeo.MapSuite.GisEditor.LoggerLevel –> | The logger level. |
| message | String<!– System.String –> | The message. |
| error | ExceptionInfo<!– ThinkGeo.MapSuite.GisEditor.ExceptionInfo –> | The error. |
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
Log(LoggerLevel, String, Exception)
Logs the specified logger level.
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| loggerLevel | LoggerLevel<!– ThinkGeo.MapSuite.GisEditor.LoggerLevel –> | The logger level. |
| message | String<!– System.String –> | The message. |
| error | Exception<!– System.Exception –> | The error. |
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
Log(LoggerLevel, String)
Logs the specified logger level.
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| loggerLevel | LoggerLevel<!– ThinkGeo.MapSuite.GisEditor.LoggerLevel –> | The logger level. |
| message | String<!– System.String –> | The message. |
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
Log(LoggerMessage)
Logs the specified logger message.
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| loggerMessage | LoggerMessage<!– ThinkGeo.MapSuite.GisEditor.LoggerMessage –> | The logger message. |
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
ToString()
Return Value
| Return Type | Description |
| String<!– System.String –> | |
Parameters
Protected Methods
ApplySettingsCore(StorableSettings)
Applies the settings to this manager.
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| settings | StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> | The settings to be applied to this manager. |
<!– ThinkGeo.MapSuite.GisEditor.Manager –>
Go Back
Finalize()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
GetLoggerMessagesCore(DateTime, DateTime)
Gets the logger messages core.
Return Value
| Return Type | Description |
| Collection<LoggerMessage><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.LoggerMessage} –> | |
Parameters
| Name | Type | Description |
| from | DateTime<!– System.DateTime –> | From. |
| to | DateTime<!– System.DateTime –> | To. |
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
GetPluginsCore()
Return Value
| Return Type | Description |
| Collection<Plugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.Plugin} –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.PluginManager(overriden) –>
Go Back
GetSettingsCore()
Gets manager settings to save.
Return Value
| Return Type | Description |
| StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> | Manager's settings to save |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.Manager –>
Go Back
GetSettingsUICore()
Gets an UI that configures settings.
Return Value
| Return Type | Description |
| SettingUserControl<!– ThinkGeo.MapSuite.GisEditor.SettingUserControl –> | A SettingUserControl that configures settings. |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.Manager –>
Go Back
LogCore(LoggerMessage)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| loggerMessage | LoggerMessage<!– ThinkGeo.MapSuite.GisEditor.LoggerMessage –> | The logger message. |
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
MemberwiseClone()
Return Value
| Return Type | Description |
| Object<!– System.Object –> | |
Parameters
OnLogged(LoggedLoggerManagerEventArgs)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| e | LoggedLoggerManagerEventArgs<!– ThinkGeo.MapSuite.GisEditor.LoggedLoggerManagerEventArgs –> | The instance containing the event data. |
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
OnLogging(LoggingLoggerManagerEventArgs)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| e | LoggingLoggerManagerEventArgs<!– ThinkGeo.MapSuite.GisEditor.LoggingLoggerManagerEventArgs –> | The instance containing the event data. |
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
Public Properties
Protected Properties
Public Events
Logged
Event Arguments
<!– ThinkGeo.MapSuite.GisEditor.LoggerPluginManager –>
Go Back
Logging
Event Arguments