projects/aoc-client/ui/common/services/aoc-ui-logger/aoc-ui-logger-mapper.service.ts
Methods |
|
constructor(httpBackend: HttpBackend)
|
||||||
Parameters :
|
Public getCallerDetails | |||||||||
getCallerDetails(sourceMapsEnabled: boolean, proxiedSteps: number | null)
|
|||||||||
Returns the LogPosition for the current log If sourceMaps are enabled, it attemps to get the source map from the server, and use that to parse the file name and number of the call
Parameters :
Returns :
Observable<AocUiLoggerPosition>
|