 | QsLogAsync Class |
Logger class evolved to use a cache.
Use GetGlobalLog, GetCustomLog or GetCustomLog
Inheritance Hierarchy
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 25.2.0.0 (25.2.0.0)
Syntaxpublic class QsLogAsync : IQsLog
Public Class QsLogAsync
Implements IQsLog
public ref class QsLogAsync : IQsLog
type QsLogAsync =
class
interface IQsLog
end
The QsLogAsync type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Close | |
 | Close(Boolean) | |
 | 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.) |
 | GetEntriesCount | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ShowLog | |
 | ShowLogDialog | |
 | ShowLogDialog(IWin32Window) | |
 | ShowLogDialog(String, String) | |
 | ShowLogDialog(String, String, String) | |
 | ShowLogDialog(IWin32Window, String, String) | |
 | ShowLogDialog(IWin32Window, String, String, String) | |
 | ShowLogDialog(IWin32Window, String, String, String, String, String) | |
 | ShowMessageWarning | |
 | ShowMessageWarning(String) | |
 | ShowMessageWarning(IWin32Window) | |
 | ShowMessageWarning(String, MessageBoxIcon) | |
 | ShowMessageWarning(IWin32Window, String) | |
 | ShowMessageWarning(IWin32Window, MessageBoxIcon) | |
 | ShowMessageWarning(IWin32Window, String, MessageBoxIcon) | |
 | ShutDown | |
 | Start | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | Write(String) | |
 | Write(String, LogMessageTypeEnum) | |
 | Write(String, String) | |
 | Write(String, String, LogMessageTypeEnum) | |
Top
Fields
See Also