ESPHome  2024.4.0
Public Member Functions | Protected Attributes
esphome::logger::LoggerMessageTrigger Class Reference

#include <logger.h>

Inheritance diagram for esphome::logger::LoggerMessageTrigger:
esphome::Trigger< int, const char *, const char *>

Public Member Functions

 LoggerMessageTrigger (Logger *parent, int level)
 
- Public Member Functions inherited from esphome::Trigger< int, const char *, const char *>
void trigger (Ts... x)
 Inform the parent automation that the event has triggered. More...
 
void set_automation_parent (Automation< Ts... > *automation_parent)
 
void stop_action ()
 Stop any action connected to this trigger. More...
 
bool is_action_running ()
 Returns true if any action connected to this trigger is running. More...
 

Protected Attributes

int level_
 
- Protected Attributes inherited from esphome::Trigger< int, const char *, const char *>
Automation< Ts... > * automation_parent_
 

Detailed Description

Definition at line 174 of file logger.h.

Constructor & Destructor Documentation

◆ LoggerMessageTrigger()

esphome::logger::LoggerMessageTrigger::LoggerMessageTrigger ( Logger parent,
int  level 
)
inlineexplicit

Definition at line 176 of file logger.h.

Field Documentation

◆ level_

int esphome::logger::LoggerMessageTrigger::level_
protected

Definition at line 186 of file logger.h.


The documentation for this class was generated from the following file: