Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.logger.helpers.LogPersistance Class Reference
Inheritance diagram for homeassistant.components.logger.helpers.LogPersistance:
[legend]
Collaboration diagram for homeassistant.components.logger.helpers.LogPersistance:
[legend]

Static Public Attributes

string NONE = "none"
 
string ONCE = "once"
 
string PERMANENT = "permanent"
 

Detailed Description

Log persistence.

Definition at line 109 of file helpers.py.

Member Data Documentation

◆ NONE

string homeassistant.components.logger.helpers.LogPersistance.NONE = "none"
static

Definition at line 112 of file helpers.py.

◆ ONCE

string homeassistant.components.logger.helpers.LogPersistance.ONCE = "once"
static

Definition at line 113 of file helpers.py.

◆ PERMANENT

string homeassistant.components.logger.helpers.LogPersistance.PERMANENT = "permanent"
static

Definition at line 114 of file helpers.py.


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