ESPHome 2025.5.0
Loading...
Searching...
No Matches
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.
 
void set_automation_parent (Automation< Ts... > *automation_parent)
 
void stop_action ()
 Stop any action connected to this trigger.
 
bool is_action_running ()
 Returns true if any action connected to this trigger is running.
 

Protected Attributes

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

Detailed Description

Definition at line 354 of file logger.h.

Constructor & Destructor Documentation

◆ LoggerMessageTrigger()

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

Definition at line 356 of file logger.h.

Field Documentation

◆ level_

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

Definition at line 366 of file logger.h.


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