Click or drag to resize

QsLogGetCustomLog2 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: 26.4.0.0 (26.4.0.0)
Syntax
public static IQsLog GetCustomLog2(
	string customTag,
	bool deleteIfExists
)

Parameters

customTag  String

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

deleteIfExists  Boolean

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

Return Value

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