====== ThinkGeo.MapSuite.GisEditor.LoggerPluginManager ====== {{section>upgrade_map_suite_to_10.0}} This is the manager of logging system. ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.GisEditor.Manager]] ***[[ThinkGeo.MapSuite.GisEditor.PluginManager]] ****[[ThinkGeo.MapSuite.GisEditor.LoggerPluginManager]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#LoggerPluginManager()|LoggerPluginManager]] | | | Initialize an instance of LoggerManager. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#ApplySettings(StorableSettings)|ApplySettings]] | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Applies the settings to this manager. | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetActiveLoggerPlugins()|GetActiveLoggerPlugins]] | | | Gets the logger plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetActiveLoggerPlugins()|GetActiveLoggerPlugins]] | | | Gets the logger plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLoggerMessages(DateTime, DateTime)|GetLoggerMessages]] | DateTime, DateTime | | Gets the logger messages. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLoggerMessages()|GetLoggerMessages]] | | | Gets the logger messages. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLoggerPlugins()|GetLoggerPlugins]] | | | Gets the logger plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetPlugins()|GetPlugins]] | | [[ThinkGeo.MapSuite.GisEditor.PluginManager|PluginManager]] | Gets the related plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSettings()|GetSettings]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets manager settings to save. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSettingsUI()|GetSettingsUI]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets an UI that configures settings. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#Log(LoggerLevel, String, ExceptionInfo)|Log]] | [[ThinkGeo.MapSuite.GisEditor.LoggerLevel|LoggerLevel]], String, [[ThinkGeo.MapSuite.GisEditor.ExceptionInfo|ExceptionInfo]] | | Logs the specified logger level. | | {{wiki:PublicMethod.gif|Public Method}}[[#Log(LoggerLevel, String, Exception)|Log]] | [[ThinkGeo.MapSuite.GisEditor.LoggerLevel|LoggerLevel]], String, Exception | | Logs the specified logger level. | | {{wiki:PublicMethod.gif|Public Method}}[[#Log(LoggerLevel, String)|Log]] | [[ThinkGeo.MapSuite.GisEditor.LoggerLevel|LoggerLevel]], String | | Logs the specified logger level. | | {{wiki:PublicMethod.gif|Public Method}}[[#Log(LoggerMessage)|Log]] | [[ThinkGeo.MapSuite.GisEditor.LoggerMessage|LoggerMessage]] | | Logs the specified logger message. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ApplySettingsCore(StorableSettings)|ApplySettingsCore]] | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Applies the settings to this manager. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetLoggerMessagesCore(DateTime, DateTime)|GetLoggerMessagesCore]] | DateTime, DateTime | | Gets the logger messages core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetPluginsCore()|GetPluginsCore]] | | [[ThinkGeo.MapSuite.GisEditor.PluginManager|PluginManager]](overriden) | Gets the plugins core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSettingsCore()|GetSettingsCore]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets manager settings to save. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSettingsUICore()|GetSettingsUICore]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets an UI that configures settings. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#LogCore(LoggerMessage)|LogCore]] | [[ThinkGeo.MapSuite.GisEditor.LoggerMessage|LoggerMessage]] | | Logs the core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLogged(LoggedLoggerManagerEventArgs)|OnLogged]] | [[ThinkGeo.MapSuite.GisEditor.LoggedLoggerManagerEventArgs|LoggedLoggerManagerEventArgs]] | | Raises the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLogging(LoggingLoggerManagerEventArgs)|OnLogging]] | [[ThinkGeo.MapSuite.GisEditor.LoggingLoggerManagerEventArgs|LoggingLoggerManagerEventArgs]] | | Raises the event. | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | {{wiki:PublicEvent.gif|Public Event}}[[#Logged|Logged]] | [[ThinkGeo.MapSuite.GisEditor.LoggedLoggerManagerEventArgs|LoggedLoggerManagerEventArgs]] | | Occurs when [[logged]]. | | {{wiki:PublicEvent.gif|Public Event}}[[#Logging|Logging]] | [[ThinkGeo.MapSuite.GisEditor.LoggingLoggerManagerEventArgs|LoggingLoggerManagerEventArgs]] | | Occurs when [[logging]]. | ===== Public Constructors ===== ==== LoggerPluginManager() ==== Initialize an instance of LoggerManager. === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== ApplySettings(StorableSettings) ==== Applies the settings to this manager. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | The settings to be applied to this manager. | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetActiveLoggerPlugins() ==== Gets the logger plugins. === Return Value === ^ Return Type ^ Description ^ | Collection | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetActiveLoggerPlugins() ==== Gets the logger plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.LoggerPlugin|LoggerPlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetLoggerMessages(DateTime, DateTime) ==== Gets the logger messages. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.LoggerMessage|LoggerMessage]]> | | === Parameters === ^ Name ^ Type ^ Description ^ | from | DateTime | From. | | to | DateTime | To. | [[#Public Methods|Go Back]] ==== GetLoggerMessages() ==== Gets the logger messages. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.LoggerMessage|LoggerMessage]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetLoggerPlugins() ==== Gets the logger plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.LoggerPlugin|LoggerPlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetPlugins() ==== Gets the related plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.Plugin|Plugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetSettings() ==== Gets manager settings to save. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | Manager's settings to save | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetSettingsUI() ==== Gets an UI that configures settings. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.SettingUserControl|SettingUserControl]] | A SettingUserControl that configures settings. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Log(LoggerLevel, String, ExceptionInfo) ==== Logs the specified logger level. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | loggerLevel | [[ThinkGeo.MapSuite.GisEditor.LoggerLevel|LoggerLevel]] | The logger level. | | message | String | The message. | | error | [[ThinkGeo.MapSuite.GisEditor.ExceptionInfo|ExceptionInfo]] | The error. | [[#Public Methods|Go Back]] ==== Log(LoggerLevel, String, Exception) ==== Logs the specified logger level. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | loggerLevel | [[ThinkGeo.MapSuite.GisEditor.LoggerLevel|LoggerLevel]] | The logger level. | | message | String | The message. | | error | Exception | The error. | [[#Public Methods|Go Back]] ==== Log(LoggerLevel, String) ==== Logs the specified logger level. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | loggerLevel | [[ThinkGeo.MapSuite.GisEditor.LoggerLevel|LoggerLevel]] | The logger level. | | message | String | The message. | [[#Public Methods|Go Back]] ==== Log(LoggerMessage) ==== Logs the specified logger message. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | loggerMessage | [[ThinkGeo.MapSuite.GisEditor.LoggerMessage|LoggerMessage]] | The logger message. | [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== ApplySettingsCore(StorableSettings) ==== Applies the settings to this manager. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | The settings to be applied to this manager. | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetLoggerMessagesCore(DateTime, DateTime) ==== Gets the logger messages core. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.LoggerMessage|LoggerMessage]]> | | === Parameters === ^ Name ^ Type ^ Description ^ | from | DateTime | From. | | to | DateTime | To. | [[#Protected Methods|Go Back]] ==== GetPluginsCore() ==== Gets the plugins core. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.Plugin|Plugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetSettingsCore() ==== Gets manager settings to save. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | Manager's settings to save | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetSettingsUICore() ==== Gets an UI that configures settings. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.SettingUserControl|SettingUserControl]] | A SettingUserControl that configures settings. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== LogCore(LoggerMessage) ==== Logs the core. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | loggerMessage | [[ThinkGeo.MapSuite.GisEditor.LoggerMessage|LoggerMessage]] | The logger message. | [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OnLogged(LoggedLoggerManagerEventArgs) ==== Raises the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.LoggedLoggerManagerEventArgs|LoggedLoggerManagerEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OnLogging(LoggingLoggerManagerEventArgs) ==== Raises the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.LoggingLoggerManagerEventArgs|LoggingLoggerManagerEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ===== Public Properties ===== ===== Protected Properties ===== ===== Public Events ===== ==== Logged ==== Occurs when [[logged]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.LoggedLoggerManagerEventArgs|LoggedLoggerManagerEventArgs]] | [[#Public Events|Go Back]] ==== Logging ==== Occurs when [[logging]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.LoggingLoggerManagerEventArgs|LoggingLoggerManagerEventArgs]] | [[#Public Events|Go Back]] __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]