зеркало из
1
0
Форкнуть 0
This commit is contained in:
Amar Zavery 2018-04-23 17:17:59 -07:00 коммит произвёл GitHub
Родитель b443b13cb9
Коммит 32805f9a7e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 13 добавлений и 1 удалений

Просмотреть файл

@ -27,6 +27,18 @@ stop receiving further events `await receiverHandler.stop()`
## IDE ##
This sdk has been developed in [TypeScript](https://typescriptlang.org) and has good source code documentation. It is highly recommended to use [vscode](https://code.visualstudio.com) or any other IDE that provides better intellisense and exposes the full power of source code documentation.
## Debug logs ##
You can set the following environment variable to get the debug logs.
- Getting the debug logs from the Event Hub SDK
```
export DEBUG=azure*
```
- Getting the debug logs from the Event Hub SDK and the protocol level library.
```
export DEBUG=azure*,rhea*
```
## Examples ##
Please take a look at the [examples](https://github.com/Azure/azure-event-hubs-node/tree/master/examples) directory for detailed examples.
@ -151,4 +163,4 @@ main().catch((err) => {
```
## AMQP Dependencies ##
It depends on [rhea](https://github.com/amqp/rhea) library for managing connections, sending and receiving messages over the [AMQP](http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-complete-v1.0-os.pdf) protocol.
It depends on [rhea](https://github.com/amqp/rhea) library for managing connections, sending and receiving messages over the [AMQP](http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-complete-v1.0-os.pdf) protocol.