NetworkLogging

enum NetworkLogging : Enum<NetworkLogging>

Defines how verbose the network traffic should be logged to the console.

Entries

Link copied to clipboard

Network traffic will not be logged to the console.

Link copied to clipboard

Only log errors to the console.

Link copied to clipboard

Simple logging informing about sent and received messages as one-line info.

Link copied to clipboard

Verbose debug output for complete network logging.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int