 | QsLogAsync Methods |
The QsLogAsync type exposes the following members.
Methods | Name | Description |
---|
 | Close | |
 | Close(Boolean) | |
 | Equals | Determines whether the specified object is equal to the current object. (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) |
 | ShowLog | |
 | ShowLogDialog | |
 | ShowLogDialog(IWin32Window) | |
 | ShowLogDialog(String, String) | |
 | ShowLogDialog(IWin32Window, String, String) | |
 | ShowLogDialog(String, String, String) | |
 | ShowLogDialog(IWin32Window, String, String, String) | |
 | ShowLogDialog(IWin32Window, String, String, String, String, String) | |
 | ShowMessageWarning | |
 | ShowMessageWarning(IWin32Window) | |
 | ShowMessageWarning(String) | |
 | ShowMessageWarning(IWin32Window, String) | |
 | ShowMessageWarning(IWin32Window, MessageBoxIcon) | |
 | ShowMessageWarning(String, MessageBoxIcon) | |
 | ShowMessageWarning(IWin32Window, String, MessageBoxIcon) | |
 | ShutDown | |
 | Start | |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |
 | Write(String) |
Writes the specified message to the log file.
It uses default category and log type.
|
 | Write(String, LogMessageTypeEnum) |
Writes the specified message to the log file.
It uses default category.
|
 | Write(String, String) |
Writes the specified message to the log file.
It uses default log type.
|
 | Write(String, String, LogMessageTypeEnum) |
Writes the specified message to the log file.
|
Top
See Also