QsLog Class

QsInformatica.Utils

QsLog Class

Classe base per la gestione dei file di Log.
Inheritance Hierarchy
SystemObject  QsInformatica.UtilsQsLog

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public abstract class QsLog : IQsLog
Public MustInherit Class QsLog
	Implements IQsLog
public ref class QsLog abstract : IQsLog
[<AbstractClassAttribute>]
type QsLog =  
    class
        interface IQsLog
    end

The QsLog type exposes the following members.

Constructors
  NameDescription
Protected methodQsLog
Initializes a new instance of the QsLog class
Top
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 methodStatic memberGetApplicationLog
Restituisce l'oggetto di Log utilizzato da tutti gli add-in QS Informatica di una specifica applicazione (AutoCAD o Inventor).
Public methodStatic memberGetCustomLog
Restituisce l'oggetto di Log riservato e personalizzato, richiesto da una specifica applicazione o add-in.
Public methodGetEntriesCount
Public methodStatic memberGetGlobalLog
Restituisce l'oggetto di log comune, utilizzato da tutte le applicazioni QS Informatica.
Public methodGetHashCode
Serves as a hash function for a particular type.
(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 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
See Also