Click or drag to resize

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

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