Azure/azure-functions-java-library

Is it possible to use TelemetryClient class or only can use ExecutionContext logger?

yentini opened this issue · 1 comments

Hello,

we wanted to know if is it possible to use TelemetryClient class or only we can use ExecutionContext logger. With TelemetryClient we can log events and exceptions, but with java.util.logger we can only log trace with differents priorities.

Thanks.

I would like to know as well