Client/Server debug config with iostream transport.
Definition at line 68 of file debug.hpp.
const websocketpp::log::level websocketpp::config::debug_core::alog_level |
|
static |
Initial value:
Default static access logging channels.
Which access logging channels to enable at compile time. Channels not enabled here will be unable to be selected by programs using the library. This option gives an optimizing compiler the ability to remove entirely code to test whether or not to print out log messages on a certain channel
Default is all except for development/debug level access messages
Definition at line 189 of file debug.hpp.
const websocketpp::log::level websocketpp::config::debug_core::elog_level |
|
static |
Initial value:
Default static error logging channels.
Which error logging channels to enable at compile time. Channels not enabled here will be unable to be selected by programs using the library. This option gives an optimizing compiler the ability to remove entirely code to test whether or not to print out log messages on a certain channel
Default is all except for development/debug level errors
Definition at line 176 of file debug.hpp.
const bool websocketpp::config::debug_core::silent_close = false |
|
static |
Suppresses the return of detailed connection close information.
Silence close suppresses the return of detailed connection close information during the closing handshake. This information is useful for debugging and presenting useful errors to end users but may be undesirable for security reasons in some production environments. Close reasons could be used by an attacker to confirm that the endpoint is out of resources or be used to identify the WebSocket implementation in use.
Note: this will suppress all close codes, including those explicitly sent by local applications.
Definition at line 217 of file debug.hpp.