IStreetSmartAPIGetDebugLogs Method |
Returns all logs, including ones invisible to integrators.
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
SyntaxTask<string[]> GetDebugLogs()
Function GetDebugLogs As Task(Of String())
Task<array<String^>^>^ GetDebugLogs()
abstract GetDebugLogs : unit -> Task<string[]>
Return Value
Type:
TaskStringArray of console logs.
See Also