Click or drag to resize

QsLogAsync Class

Logger class evolved to use a cache. Use GetGlobalLog, GetCustomLog or GetCustomLog
Inheritance Hierarchy
SystemObject
  QsInformatica.UtilsQsLogAsync

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public class QsLogAsync : IQsLog

The QsLogAsync type exposes the following members.

Properties
Methods
  NameDescription
Public methodClose
Public methodClose(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEntriesCount
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShowLog
Public methodShowLogDialog
Public methodShowLogDialog(IWin32Window)
Public methodShowLogDialog(String, String)
Public methodShowLogDialog(String, String, String)
Public methodShowLogDialog(IWin32Window, String, String)
Public methodShowLogDialog(IWin32Window, String, String, String)
Public methodShowLogDialog(IWin32Window, String, String, String, String, String)
Public methodShowMessageWarning
Public methodShowMessageWarning(String)
Public methodShowMessageWarning(IWin32Window)
Public methodShowMessageWarning(String, MessageBoxIcon)
Public methodShowMessageWarning(IWin32Window, String)
Public methodShowMessageWarning(IWin32Window, MessageBoxIcon)
Public methodShowMessageWarning(IWin32Window, String, MessageBoxIcon)
Public methodShutDown
Public methodStart
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite(String)
Public methodWrite(String, LogMessageTypeEnum)
Public methodWrite(String, String)
Public methodWrite(String, String, LogMessageTypeEnum)
Top
Fields
  NameDescription
Public fieldStatic memberBatchInterval
Logging time interval (default 1 sec)
Protected fieldErrorCount
Contatori in base al tipo di messaggio scritto.
Protected fieldInformationCount
Contatori in base al tipo di messaggio scritto.
Public fieldStatic memberLogToConsole
Add an extra log to the Trace
Protected fieldWarningCount
Contatori in base al tipo di messaggio scritto.
Top
See Also