| 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
)
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:
IQsLogUn oggetto che implementa l'interfaccia IQsLog oppure null (Nothing in VisualBasic)
se avvengono errori.
See Also