The EventLogController type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | AddLog(LogInfo) | |
 | AddLog(String, String, EventLogController..::..EventLogType) | |
 | AddLog(PortalSettings, Int32, EventLogController..::..EventLogType) | |
 | AddLog(Object, PortalSettings, Int32, String, EventLogController..::..EventLogType) | |
 | AddLog(Object, PortalSettings, Int32, String, String) | |
 | AddLog(String, String, PortalSettings, Int32, EventLogController..::..EventLogType) | |
 | AddLog(String, String, PortalSettings, Int32, String) | |
 | AddLog(LogProperties, PortalSettings, Int32, String, Boolean) | |
 | AddLogType(LogTypeInfo) | |
 | AddLogType(String, String) | |
 | AddLogTypeConfigInfo | |
  | AddSettingLog | |
 | ClearLog | |
 | DeleteLog | |
 | DeleteLogType | |
 | DeleteLogTypeConfigInfo | |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetFactory | (Overrides ServiceLocator<(Of <(<'TContract, TSelf>)>)>..::..GetFactory()()()().) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetLogs | |
 | GetLogTypeConfigInfo | |
 | GetLogTypeConfigInfoByID | |
 | GetLogTypeInfoDictionary | |
 | GetSingleLog | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | PurgeLogBuffer | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | UpdateLogType | |
 | UpdateLogTypeConfigInfo | |
Extension Methods
| Name | Description |
---|
 | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
See Also