exceptionless / Exceptionless.Net

Exceptionless clients for the .NET platform
https://exceptionless.com
Other
551 stars 142 forks source link

How can we acces log via .net client #313

Closed cetins32 closed 7 months ago

cetins32 commented 7 months ago

We use .net client and we want to show log from own portal UI How can we acces log via .net client with tag or with log id etc. ?

niemyjski commented 7 months ago

What do you mean by log? Do you mean correlation id of an event that was reported?

cetins32 commented 7 months ago

"We want to display events sent to the Self hosted Exceptionless server using a .NET client on our custom-built portal. Is this possible?"

niemyjski commented 7 months ago

Yes, but you'd need to use our api to get events using a user scoped token. Please see our docs for how to use our api. https://exceptionless.com/docs/api/api-getting-started/

This client is only for event submission. I'm going to close this as resolved. But please let us know if you have any additional questions.

cetins32 commented 7 months ago

Thank you for your answer. We will develop our own client to get the event log.

niemyjski commented 7 months ago

I'd recommend just making an http client call to get it or generating it via open api.