HttpServer.setVerbose

Sets the server's verbosity, which determines whether detailed log messages are printed during runtime.

class HttpServer
setVerbose
(
bool verbose
)

Parameters

verbose bool

Whether to enable verbose output.

Return Value

The server instance, for method chaining.

Meta