QsLog.GetCustomLog Method

QsInformatica.Utils

QsLogGetCustomLog Method

Restituisce l'oggetto di Log riservato e personalizzato, richiesto da una specifica applicazione o add-in.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static IQsLog GetCustomLog(
	string CustomTag,
	bool DeleteIfExists
)
Public Shared Function GetCustomLog ( 
	CustomTag As String,
	DeleteIfExists As Boolean
) As IQsLog
public:
static IQsLog^ GetCustomLog(
	String^ CustomTag, 
	bool DeleteIfExists
)
static member GetCustomLog : 
        CustomTag : string * 
        DeleteIfExists : bool -> IQsLog 

Parameters

CustomTag
Type: SystemString

[Missing <param name="CustomTag"/> documentation for "M:QsInformatica.Utils.QsLog.GetCustomLog(System.String,System.Boolean)"]

DeleteIfExists
Type: SystemBoolean

[Missing <param name="DeleteIfExists"/> documentation for "M:QsInformatica.Utils.QsLog.GetCustomLog(System.String,System.Boolean)"]

Return Value

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