userver: userver/components/loggable_component_base.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
loggable_component_base.hpp File Reference

Contains components::LoggableComponentBase declaration and forward declarations of components::ComponentConfig and components::ComponentContext, function components::GetCurrentComponentName() More...

#include <userver/components/component_fwd.hpp>
#include <userver/components/impl/component_base.hpp>
+ Include dependency graph for loggable_component_base.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  components::LoggableComponentBase
 Base class for all application components, it depends on components::Logger and components::Tracer. More...
 

Namespaces

namespace  components
 Contains functions and types to start a userver based service/tool.
 

Detailed Description