Azure / azure-functions-java-library

Contains annotations for writing Azure Functions in Java
MIT License
42 stars 42 forks source link

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

Open yentini opened 3 years ago

yentini commented 3 years ago

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.

paul-lorica commented 3 years ago

I would like to know as well