The LogController type exposes the following members.
Methods
| Name | Description |
---|
 | AddLog | |
 | AddLogType(LogTypeInfo) | |
 | AddLogType(String, String) | |
 | AddLogTypeConfigInfo | |
 | 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.) |
 | GetLog()()()() | Obsolete. |
 | GetLog(Int32) | Obsolete. |
 | GetLog(String) | Obsolete. |
 | GetLog(Int32, String) | Obsolete. |
 | GetLog(Int32, Int32, Int32%) | Obsolete. |
 | GetLog(Int32, Int32, Int32, Int32%) | Obsolete. |
 | GetLog(String, Int32, Int32, Int32%) | Obsolete. |
 | GetLog(Int32, String, Int32, Int32, Int32%) | Obsolete. |
 | GetLogs | |
 | GetLogTypeConfigInfo | |
 | GetLogTypeConfigInfoByID | |
 | GetLogTypeInfo | Obsolete. |
 | GetLogTypeInfoDictionary | |
 | GetSingleLog | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | LoggingIsEnabled | Obsolete. |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | PurgeLogBuffer | |
 | SupportsEmailNotification | Obsolete. |
 | SupportsInternalViewer | Obsolete. |
 | 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