QsLog.GetGlobalLog Method

QsInformatica.Utils

QsLogGetGlobalLog Method

Restituisce l'oggetto di log comune, utilizzato da tutte le applicazioni QS Informatica.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static IQsLog GetGlobalLog()
Public Shared Function GetGlobalLog As IQsLog
public:
static IQsLog^ GetGlobalLog()
static member GetGlobalLog : unit -> IQsLog 

Return Value

Type: IQsLog
Un oggetto che implementa l'interfaccia IQsLog oppure null (Nothing in VisualBasic) se avvengono errori.
See Also