Enumeration PhoenixWebsocketLogLevels

An enum containing the different log levels used for configuring what is logged to the console by a PhoenixWebsocket instance.

Enumeration Members

Enumeration Members

Errors: 3

Will only log errors. (More specifically, errors which are handled but still logged ot the console as an error. Exceptions are thrown regardless of this setting.)

Informative: 1

The most verbose logging level and the default, will log information about connection and subscription status.

Quiet: 4

Do not log anything to the console.

Warnings: 2

Will log warnings and errors, but not less-important connection status information.

Generated using TypeDoc