log list setter
This commit is contained in:
parent
285a3b6de0
commit
f802ddccc7
|
|
@ -997,6 +997,11 @@ class logger:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
||||||
|
def set_log_list_max_length(self, amount):
|
||||||
|
self.log_list_max_length = amount
|
||||||
|
return self.log_list_max_length
|
||||||
|
|
||||||
|
|
||||||
def get_log_list(self):
|
def get_log_list(self):
|
||||||
return self.log_list
|
return self.log_list
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue