|
|
@ -86,6 +86,7 @@ try: |
|
|
|
class Logger: |
|
|
|
class Logger: |
|
|
|
def __init__(self, is_stdout): |
|
|
|
def __init__(self, is_stdout): |
|
|
|
self.is_stdout = is_stdout |
|
|
|
self.is_stdout = is_stdout |
|
|
|
|
|
|
|
self.encoding = "utf-8" |
|
|
|
|
|
|
|
|
|
|
|
def fileno(self): |
|
|
|
def fileno(self): |
|
|
|
try: |
|
|
|
try: |
|
|
@ -138,10 +139,6 @@ try: |
|
|
|
def reconfigure(self, *args, **kwargs): |
|
|
|
def reconfigure(self, *args, **kwargs): |
|
|
|
pass |
|
|
|
pass |
|
|
|
|
|
|
|
|
|
|
|
def encoding(): |
|
|
|
|
|
|
|
return "utf-8" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def close_log(): |
|
|
|
def close_log(): |
|
|
|
log_file.close() |
|
|
|
log_file.close() |
|
|
|
|
|
|
|
|
|
|
|