Moved files to subdirectory
This commit is contained in:
10
legacy/utils/logging/log.py
Normal file
10
legacy/utils/logging/log.py
Normal file
@@ -0,0 +1,10 @@
|
||||
def log(*data):
|
||||
print("[LOG]", *data)
|
||||
|
||||
|
||||
def warn(*data):
|
||||
print("[WARNING]", *data)
|
||||
|
||||
|
||||
def error(*data):
|
||||
print("[ERROR]", *data)
|
||||
Reference in New Issue
Block a user