forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/lightmapper/utility/log.py
This commit is contained in:
parent
594cbeffbe
commit
8e4c20647b
@ -5,7 +5,8 @@ class TLM_Logman:
|
||||
|
||||
_log = []
|
||||
|
||||
def __init__(self):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(TLM_Logman, self).__init__(*args, **kwargs)
|
||||
print("Logger started Init")
|
||||
self.append("Logger started.")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user