Type alias LoggingTypes

LoggingTypes: "none" | "all" | "sent" | "received"

Decides if and which messages a SocketWrapper or ClientWrapper will log.

  • none: Don't log any messages.
  • all: Log all messages.
  • sent: Only log outgouing messages.
  • received: Only log incoming messages.

Generated using TypeDoc