Aestate
Public Member Functions | Static Public Attributes | Static Private Attributes | List of all members
aestate.work.Cache.LogCache Class Reference
Collaboration diagram for aestate.work.Cache.LogCache:
Collaboration graph

Public Member Functions

def get_filename (self, path, max_clear, status)
 
def __new__ (cls, *args, **kwargs)
 

Static Public Attributes

bool info_logo_show = False
 
bool warn_logo_show = False
 
bool error_logo_show = False
 
list info_file_name = []
 
list warn_file_name = []
 
list error_file_name = []
 

Static Private Attributes

 _instance_lock = threading.RLock()
 

Detailed Description

Definition at line 104 of file Cache.py.

Member Function Documentation

◆ __new__()

def aestate.work.Cache.LogCache.__new__ (   cls,
args,
**  kwargs 
)

Definition at line 148 of file Cache.py.

◆ get_filename()

def aestate.work.Cache.LogCache.get_filename (   self,
  path,
  max_clear,
  status 
)

Definition at line 115 of file Cache.py.

Here is the call graph for this function:

Member Data Documentation

◆ _instance_lock

aestate.work.Cache.LogCache._instance_lock = threading.RLock()
staticprivate

Definition at line 105 of file Cache.py.

◆ error_file_name

list aestate.work.Cache.LogCache.error_file_name = []
static

Definition at line 113 of file Cache.py.

◆ error_logo_show

bool aestate.work.Cache.LogCache.error_logo_show = False
static

Definition at line 109 of file Cache.py.

◆ info_file_name

list aestate.work.Cache.LogCache.info_file_name = []
static

Definition at line 111 of file Cache.py.

◆ info_logo_show

bool aestate.work.Cache.LogCache.info_logo_show = False
static

Definition at line 107 of file Cache.py.

◆ warn_file_name

list aestate.work.Cache.LogCache.warn_file_name = []
static

Definition at line 112 of file Cache.py.

◆ warn_logo_show

bool aestate.work.Cache.LogCache.warn_logo_show = False
static

Definition at line 108 of file Cache.py.


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