201
Views
5
Comments
Solved
Asynchronous Logging API
Question
Hi,

A dummy question: I'm trying to use this but...where are going the logs? Which database table?

Thanks
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution
Hi "Otacon",

On retrospect, I think you are referring to the Asynchronous Logging API right? What you pass to the action is a ToObject() of an entity record (it must be an entity record). The platform then knows what entity to log the record in (i.e. the entity the parameter is a record of).
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Hi "Otacon",

What are you trying to use? And what logs do you mean?
2024-03-14 14-46-22
Nelson Inácio
Do you want to query error logs? Check service center, on Service Studio click on "Module Management"
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution
Hi "Otacon",

On retrospect, I think you are referring to the Asynchronous Logging API right? What you pass to the action is a ToObject() of an entity record (it must be an entity record). The platform then knows what entity to log the record in (i.e. the entity the parameter is a record of).
2019-11-05 13-49-23
Miguel Monteiro
Staff
Thanks Kilian! I think I got it :) I'm gonna try it again
2024-06-12 10-07-10
Daniel Martins

For someone who is still wondering how to use, please find in this post a sample:


https://www.outsystems.com/forums/discussion/20980/how-to-use-asynchronous-logging/

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.