Click or drag to resize

QsLogAsync Methods

The QsLogAsync type exposes the following members.

Methods
 NameDescription
Public methodClose 
Public methodClose(Boolean) 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEntriesCount 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodShowLog 
Public methodShowLogDialog 
Public methodShowLogDialog(IWin32Window) 
Public methodShowLogDialog(String, String) 
Public methodShowLogDialog(IWin32Window, String, String) 
Public methodShowLogDialog(String, String, String) 
Public methodShowLogDialog(IWin32Window, String, String, String) 
Public methodShowLogDialog(IWin32Window, String, String, String, String, String) 
Public methodShowMessageWarning 
Public methodShowMessageWarning(IWin32Window) 
Public methodShowMessageWarning(String) 
Public methodShowMessageWarning(IWin32Window, String) 
Public methodShowMessageWarning(IWin32Window, MessageBoxIcon) 
Public methodShowMessageWarning(String, MessageBoxIcon) 
Public methodShowMessageWarning(IWin32Window, String, MessageBoxIcon) 
Public methodShutDown 
Public methodStart 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWrite(String) Writes the specified message to the log file. It uses default category and log type.
Public methodWrite(String, LogMessageTypeEnum) Writes the specified message to the log file. It uses default category.
Public methodWrite(String, String) Writes the specified message to the log file. It uses default log type.
Public methodWrite(String, String, LogMessageTypeEnum) Writes the specified message to the log file.
Top
See Also