| QsLogGetCustomLog2 Method |
Restituisce l'oggetto di Log, in versione "async", riservato e personalizzato, richiesto da una specifica applicazione o add-in.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public static IQsLog GetCustomLog2(
string customTag,
bool deleteIfExists
)
Public Shared Function GetCustomLog2 (
customTag As String,
deleteIfExists As Boolean
) As IQsLog
public:
static IQsLog^ GetCustomLog2(
String^ customTag,
bool deleteIfExists
)
static member GetCustomLog2 :
customTag : string *
deleteIfExists : bool -> IQsLog
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