userver: userver/server/handlers/dynamic_debug_log.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
dynamic_debug_log.hpp File Reference

HTTP Handler to show/hide logs at the specific file:line. More...

#include <userver/concurrent/variable.hpp>
#include <userver/engine/task/task_processor_fwd.hpp>
#include <userver/logging/level.hpp>
#include <userver/server/handlers/http_handler_base.hpp>
+ Include dependency graph for dynamic_debug_log.hpp:

Go to the source code of this file.

Classes

class  server::handlers::DynamicDebugLog
 Handler for forcing specific lines logging. Feature also known as dynamic debug logging. More...
 

Namespaces

namespace  server::handlers
 Most common userver HTTP handlers.
 

Detailed Description

HTTP Handler to show/hide logs at the specific file:line.

Definition in file dynamic_debug_log.hpp.