| QsLogGetCustomLog Method |
Restituisce l'oggetto di Log 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 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 String
[Missing <param name="customTag"/> documentation for "M:QsInformatica.Utils.QsLog.GetCustomLog(System.String,System.Boolean)"]
- deleteIfExists Boolean
[Missing <param name="deleteIfExists"/> documentation for "M:QsInformatica.Utils.QsLog.GetCustomLog(System.String,System.Boolean)"]
Return Value
IQsLog
Un oggetto che implementa l'interfaccia IQsLog oppure null (Nothing in VisualBasic)
se avvengono errori.
See Also