src/app/services/logger.service.ts
Global Service
Methods |
constructor(http: HttpClient)
|
||||||||
Interface with SWIM Recommender System
Parameters :
|
LogEvent | ||||||||||||||||
LogEvent(level: number, category: number, message: string)
|
||||||||||||||||
Log an event that has occured on the UI
Parameters :
Returns :
any
|
LogExecution | ||||||||||||||||
LogExecution(modelId: string, userScenarioId: string, status: string)
|
||||||||||||||||
Log into the database that a scenario submission was submitted
Parameters :
Returns :
any
|
UpdateExecutionEntry | ||||||||||||||||||||||||
UpdateExecutionEntry(modelId: string, userScenarioId: string, startTime: string, endTime: string, status: string)
|
||||||||||||||||||||||||
Updates the execution timestamps and status of the scenario entry
Parameters :
Returns :
any
|