| 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: 23.3.0.0 (23.3.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